diff --git a/Server/src/main/content/global/skill/runecrafting/abyss/AbyssPlugin.kt b/Server/src/main/content/global/skill/runecrafting/abyss/AbyssPlugin.kt index f50358851..e44b57da1 100644 --- a/Server/src/main/content/global/skill/runecrafting/abyss/AbyssPlugin.kt +++ b/Server/src/main/content/global/skill/runecrafting/abyss/AbyssPlugin.kt @@ -265,8 +265,7 @@ class AbyssPlugin : InteractionListener { override fun pulse(): Boolean { when (count++) { 1 -> sendMessage(player, messages[0]) - 3 -> return if (RandomFunction.random(100) < getStatLevel(player,skill) - ) { + 3 -> return if (RandomFunction.random(100) < getStatLevel(player,skill)+1) { sendMessage(player, colorize("%G${messages[1]}")) if(varbitVal != null) { setVarbit(player, 625, varbitVal) } false