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)