We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2916ce commit 7cc0ffbCopy full SHA for 7cc0ffb
src/data/jobs.ts
@@ -16,7 +16,7 @@ export const jobList: Job[] = [
16
world_tendency: {
17
happiness: 1,
18
resources: 0,
19
- research: 0,
+ research: 1,
20
},
21
22
{
@@ -34,7 +34,7 @@ export const jobList: Job[] = [
34
35
happiness: 0,
36
resources: 1,
37
38
39
40
@@ -124,7 +124,7 @@ export const jobList: Job[] = [
124
125
126
resources: 2,
127
128
129
130
@@ -250,7 +250,7 @@ export const jobList: Job[] = [
250
251
252
253
254
255
256
0 commit comments