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)