A
This commit is contained in:
parent
17228091d7
commit
1b5592df4f
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user