From 86c39edbcbcf7a1f532b402a0f69de06d92713bb Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sun, 29 Aug 2021 23:37:33 +0100 Subject: [PATCH] Fixed serrated strikes --- .../willfp/ecoskills/effects/effects/EffectSerratedStrikes.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoskills/effects/effects/EffectSerratedStrikes.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoskills/effects/effects/EffectSerratedStrikes.kt index 46d11be..4000320 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoskills/effects/effects/EffectSerratedStrikes.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoskills/effects/effects/EffectSerratedStrikes.kt @@ -31,8 +31,7 @@ class EffectSerratedStrikes : Effect( val bleedDamage = config.getDouble("bleed-tick-damage") - var bleedCount = config.getInt("bleed-ticks") - bleedCount *= level + val bleedCount = config.getInt("bleed-ticks") var currentBleedCount = 0