diff --git a/common/src/states/triple_strike.rs b/common/src/states/triple_strike.rs index 4dddbd629f..ac1a7a14e8 100644 --- a/common/src/states/triple_strike.rs +++ b/common/src/states/triple_strike.rs @@ -124,7 +124,6 @@ impl CharacterBehavior for Data { if attack.applied && attack.hit_count > 0 { data.updater.remove::(data.entity); update.energy.change_by(100, EnergySource::HitEnemy); - 4 } }