aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoringlettronald <inglettronald@gmail.com>2023-04-02 16:17:38 -0500
committeringlettronald <inglettronald@gmail.com>2023-04-02 16:17:38 -0500
commit38c1134cfa09d9a4bbbc488797a3ec019dd00834 (patch)
treed31f5742528c35a9e166ed23a5a120417597688a
parent34081e4bcff498ff200f280dd6d12f0aa36a55bd (diff)
downloadDulkirMod-38c1134cfa09d9a4bbbc488797a3ec019dd00834.tar.gz
DulkirMod-38c1134cfa09d9a4bbbc488797a3ec019dd00834.tar.bz2
DulkirMod-38c1134cfa09d9a4bbbc488797a3ec019dd00834.zip
Edited orange hitbox
-rw-r--r--src/main/kotlin/dulkirmod/features/DragonTimer.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/dulkirmod/features/DragonTimer.kt b/src/main/kotlin/dulkirmod/features/DragonTimer.kt
index afff52a..4f20430 100644
--- a/src/main/kotlin/dulkirmod/features/DragonTimer.kt
+++ b/src/main/kotlin/dulkirmod/features/DragonTimer.kt
@@ -133,7 +133,7 @@ object DragonTimer {
WorldRenderUtils.drawCustomBox(14.5, 25.0, 13.0, 15.0, 45.5, 25.0, Color(255, 85, 85, 255), 3f, phase = false)
// Orange
if (!isDead("orange"))
- WorldRenderUtils.drawCustomBox(72.0, 30.0, 8.0, 20.0, 47.0, 30.0, Color(255, 170, 0, 255), 3f, phase = false)
+ WorldRenderUtils.drawCustomBox(72.0, 30.0, 8.0, 20.0, 47.0, 29.0, Color(255, 170, 0, 255), 3f, phase = false)
}
@SubscribeEvent