From e3b1d02fce54be98f4132705942f95f3573af2f2 Mon Sep 17 00:00:00 2001 From: Socksonme Date: Wed, 6 Jul 2022 22:59:58 +0300 Subject: [PATCH] Group up extra damage from crushing attacks whenever they're crits --- common/src/combat.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {