diff options
Diffstat (limited to 'features/dungeonSolvers')
-rw-r--r-- | features/dungeonSolvers/index.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/features/dungeonSolvers/index.js b/features/dungeonSolvers/index.js index 2d3c4b7..a724891 100644 --- a/features/dungeonSolvers/index.js +++ b/features/dungeonSolvers/index.js @@ -703,7 +703,8 @@ class DungeonSolvers extends Feature { this.nameToUuid = { "you": Player.getUUID().toString() } - + this.spiritBowPickUps = [] + this.bearSpawning = 0 this.startSpawningTime = 0; this.spawnIdThing = 0; this.eMovingThing = {}; |