Skip to content

Commit

Permalink
Default production for Stellar and Infernal Forges
Browse files Browse the repository at this point in the history
  • Loading branch information
pmotschmann committed Aug 20, 2022
1 parent 9988f40 commit ac7c474
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion evolve/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/portal.js
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ const fortressModules = {
global.portal.hell_forge.on++;
global.city.smelter.cap += 3;
global.city.smelter.Oil += 3;
global.city.smelter.Iron += 3;
}
return true;
}
Expand Down
1 change: 1 addition & 0 deletions src/space.js
Original file line number Diff line number Diff line change
Expand Up @@ -3340,6 +3340,7 @@ const interstellarProjects = {
global.city.smelter.cap += 2;
global.city.smelter.Star += 2;
global.city.smelter.StarCap += 2;
global.city.smelter.Iron += 2;
}
}
return true;
Expand Down
1 change: 1 addition & 0 deletions src/wiki/change.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const changeList = [
`Structures orbiting the home planet are now moved to the Red planet after Orbit Decay or during Cataclysm.`,
`Fixed an incorrect source label for money storage in Orbit Decay.`,
`Already active Governor tasks will no longer display for assignment in other task slots.`,
`Constructing a Stellar or Infernal Forge will now assign Iron as a default resource instead of nothing.`,
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion wiki/wiki.js

Large diffs are not rendered by default.

0 comments on commit ac7c474

Please sign in to comment.