This commit is contained in:
33333-33333 2026-07-29 20:52:11 +09:00
commit 091afc2b5c
77 changed files with 4405 additions and 8223 deletions

View file

@ -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();