diff --git a/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Ah6Entity.java b/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Ah6Entity.java index a4e116b3f..b3c4d2ccd 100644 --- a/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Ah6Entity.java +++ b/src/main/java/com/atsuishio/superbwarfare/entity/vehicle/Ah6Entity.java @@ -138,7 +138,7 @@ public class Ah6Entity extends ContainerMobileEntity implements GeoEntity, IHeli } this.level().playSound(null, this.getOnPos(), ModSounds.HIT.get(), SoundSource.PLAYERS, 1, 1); - amount = getDamageModifier().compute(source, amount); + amount = damageModifier.compute(source, amount); super.hurt(source, amount); this.hurt(amount, source.getEntity(), true);