aboutsummaryrefslogtreecommitdiff
path: root/features/dungeonSolvers
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-07-21 19:45:21 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-07-21 19:45:21 +0800
commita2f837fbf5cfdd04149c3ce8e3b71bb69d2b4235 (patch)
treebc17dee4d2a1e51341f14bb8565cc6a6d20c57d9 /features/dungeonSolvers
parente0e237c8831cb483ef945856b3d5355d0f647a50 (diff)
downloadSoopyV2-a2f837fbf5cfdd04149c3ce8e3b71bb69d2b4235.tar.gz
SoopyV2-a2f837fbf5cfdd04149c3ce8e3b71bb69d2b4235.tar.bz2
SoopyV2-a2f837fbf5cfdd04149c3ce8e3b71bb69d2b4235.zip
+ dragon leaderboard display
Diffstat (limited to 'features/dungeonSolvers')
-rw-r--r--features/dungeonSolvers/index.js3
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 = {};