asdfg
This commit is contained in:
parent
f6d7412744
commit
091afc2b5c
77 changed files with 4405 additions and 8223 deletions
10
js/world.js
10
js/world.js
|
|
@ -102,20 +102,14 @@ class World { constructor() {
|
|||
this.hoverPokeTarget = null;
|
||||
this.deadCount = 0;
|
||||
this.birthEventCount = 0;
|
||||
this.achievementNaturalSlaveGenerations = [];
|
||||
this.achievementNaturalKingGenerations = [];
|
||||
this.achievementPlayerPlacementCount = 0;
|
||||
this.achievementPlayerPlacedActiveCount = 0;
|
||||
this.achievementManualTarinaiAddedCount = 0;
|
||||
this.achievementDirectFeedCount = 0;
|
||||
this.achievementRobotCleanCount = 0;
|
||||
this.achievementEnemyAntKills = 0;
|
||||
this.achievementLastTarinaiDamageAt = -Infinity;
|
||||
this.achievementSelfSufficientStartAt = -1;
|
||||
this.achievementLastDirectFeedAt = -Infinity;
|
||||
this.achievementLastInterventionAt = 0;
|
||||
this.achievementNoDeathStartAt = -1;
|
||||
this.achievementHappyStartAt = -1;
|
||||
this.achievementEliteFewStartAt = -1;
|
||||
this.achievementFightSessionSerial = 0;
|
||||
this.liveIdNext = 1;
|
||||
this.liveIdSerial = 0;
|
||||
this.liveTarinai = new Map();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue