This commit is contained in:
Adam Whitehurst 2020-03-19 16:14:04 -07:00
parent 0b7a572178
commit bb76cc37bd

View File

@ -124,7 +124,6 @@ impl CharacterBehavior for Data {
if attack.applied && attack.hit_count > 0 {
data.updater.remove::<Attacking>(data.entity);
update.energy.change_by(100, EnergySource::HitEnemy);
4
}
}