diff --git a/common/src/combat.rs b/common/src/combat.rs index b5359c5026..a3df0817cb 100644 --- a/common/src/combat.rs +++ b/common/src/combat.rs @@ -299,7 +299,7 @@ impl Attack { by: attacker.map(|x| x.into()), cause: Some(damage.damage.source), instance: damage.instance, - crit: false, + crit: is_crit, time, }; emit(ServerEvent::HealthChange {