Skip to content

Commit

Permalink
Stopped self replicating synth & nano
Browse files Browse the repository at this point in the history
  • Loading branch information
pmotschmann committed Mar 2, 2023
1 parent a0d9870 commit 9ada50b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion evolve/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3247,7 +3247,7 @@ function fastLoop(){
else if (global.race['parasite'] && global.city.calendar.wind === 0 && !global.race['cataclysm'] && !global.race['orbit_decayed']){
// Do Nothing
}
if (global.race['vax'] && global.race.vax >= 100){
else if (global.race['vax'] && global.race.vax >= 100){
// Do Nothing
}
else {
Expand Down

0 comments on commit 9ada50b

Please sign in to comment.