From a2f837fbf5cfdd04149c3ce8e3b71bb69d2b4235 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Thu, 21 Jul 2022 19:45:21 +0800 Subject: + dragon leaderboard display --- features/dungeonSolvers/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'features/dungeonSolvers') 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 = {}; -- cgit