From 64cff6227af6e5f1df9685c93a2672c00a1ac171 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Wed, 20 Apr 2022 17:29:18 +0800 Subject: + Change networth in NEU pv to soopynw + fix "Disable blood rush box when blood open" setting --- features/dungeonMap/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/dungeonMap/index.js') diff --git a/features/dungeonMap/index.js b/features/dungeonMap/index.js index 6280002..6facb3a 100644 --- a/features/dungeonMap/index.js +++ b/features/dungeonMap/index.js @@ -160,7 +160,7 @@ class DungeonMap extends Feature { renderWorld() { if (this.isInDungeon() && this.brBox.getValue()) { - if (this.brBoxLoc && (!this.bloodOpened || this.brBoxDisableWhenBloodOpened.getValue())) { + if (this.brBoxLoc && (!this.bloodOpened || !this.brBoxDisableWhenBloodOpened.getValue())) { drawBoxAtBlock(this.brBoxLoc[0] - 1.5, 69, this.brBoxLoc[1] - 1.5, 255, 0, 0, 3, 4) } } -- cgit