From ee9a704ad04180dd2d55b1127988ad6c73c61457 Mon Sep 17 00:00:00 2001 From: damighty <27978131-real_damighty@users.noreply.gitlab.com> Date: Mon, 18 Aug 2025 13:50:53 +0300 Subject: [PATCH] Fixed spam casting Humidify consuming additional runes upon next cast --- .../src/main/content/global/skill/magic/lunar/LunarListeners.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/main/content/global/skill/magic/lunar/LunarListeners.kt b/Server/src/main/content/global/skill/magic/lunar/LunarListeners.kt index 1a89b9f85..bb81bff18 100644 --- a/Server/src/main/content/global/skill/magic/lunar/LunarListeners.kt +++ b/Server/src/main/content/global/skill/magic/lunar/LunarListeners.kt @@ -437,7 +437,7 @@ class LunarListeners : SpellListener("lunar"), Commands { if(playerEmpties.isEmpty()) { sendMessage(player, "You have nothing in your inventory that this spell can humidify.") - return + throw IllegalStateException() } removeRunes(player)