From 1b5592df4f17f011aa29c2760df4a0baed4b811a Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Wed, 21 Sep 2022 23:02:25 +0700 Subject: [PATCH] A --- .../kotlin/ru/dbotthepony/mc/otm/android/feature/AttackBoost.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/android/feature/AttackBoost.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/android/feature/AttackBoost.kt index d46078857..9ab92eb15 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/android/feature/AttackBoost.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/android/feature/AttackBoost.kt @@ -7,7 +7,7 @@ import ru.dbotthepony.mc.otm.capability.MatteryPlayerCapability import ru.dbotthepony.mc.otm.registry.AndroidFeatures import java.util.* -class AttackBoost(android: MatteryPlayerCapability) : AndroidFeature(AndroidFeatures.LIMB_OVERCLOCKING, android) { +class AttackBoost(android: MatteryPlayerCapability) : AndroidFeature(AndroidFeatures.ATTACK_BOOST, android) { override fun applyModifiers() { val modifier = ply.getAttribute(Attributes.ATTACK_DAMAGE)