Skip to content

Commit

Permalink
Redraw tech on completeion of waygate
Browse files Browse the repository at this point in the history
  • Loading branch information
pmotschmann committed Sep 20, 2024
1 parent 02ad349 commit f052cb7
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 21 deletions.
4 changes: 2 additions & 2 deletions 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 @@ -1887,6 +1887,7 @@ const fortressModules = {
global.tech.waygate = 2;
global.portal.waygate.count = 1;
renderFortress();
drawTech();
}
return true;
}
Expand Down
2 changes: 1 addition & 1 deletion src/vars.js
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ if (convertVersion(global['version']) <= 103015){

global['version'] = '1.3.15';
delete global['revision'];
global['beta'] = 8;
delete global['beta'];

if (!global.hasOwnProperty('prestige')){
global.prestige = {};
Expand Down
36 changes: 18 additions & 18 deletions wiki/wiki.js

Large diffs are not rendered by default.

0 comments on commit f052cb7

Please sign in to comment.