Skip to content

Commit

Permalink
Fixed womling farm init
Browse files Browse the repository at this point in the history
  • Loading branch information
pmotschmann committed Nov 28, 2024
1 parent f73fba1 commit 3f08276
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion evolve/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/truepath.js
Original file line number Diff line number Diff line change
Expand Up @@ -3952,6 +3952,7 @@ function defineWomlings(){
initStruct(tauCetiModules.tau_red.womling_village);
initStruct(tauCetiModules.tau_red.womling_mine);
initStruct(tauCetiModules.tau_red.womling_fun);
initStruct(tauCetiModules.tau_red.womling_farm);
if (global.race['lone_survivor']){
global.tauceti.womling_village.count = 2;
global.tauceti.womling_village.on = 2;
Expand Down
20 changes: 10 additions & 10 deletions wiki/wiki.js

Large diffs are not rendered by default.

0 comments on commit 3f08276

Please sign in to comment.