From b322eddb49b92553e2def6d29844c3b8621a1ae4 Mon Sep 17 00:00:00 2001 From: Vi3trice <80771500+Vi3trice@users.noreply.github.com> Date: Mon, 9 Oct 2023 15:40:58 -0400 Subject: [PATCH] Now the kicks are not as subtle (#22705) --- code/modules/mod/modules/modules_antag.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mod/modules/modules_antag.dm b/code/modules/mod/modules/modules_antag.dm index 9d19cc686c9..be0d59e4b08 100644 --- a/code/modules/mod/modules/modules_antag.dm +++ b/code/modules/mod/modules/modules_antag.dm @@ -225,6 +225,7 @@ if(isliving(target)) var/mob/living/living_target = target living_target.apply_damage(damage, BRUTE, mod.wearer.zone_selected) + add_attack_logs(mod.wearer, target, "[target] was charged by [mod.wearer]'s [src]", ATKLOG_ALMOSTALL) living_target.KnockDown(knockdown_time) mod.wearer.visible_message("[mod.wearer] crashes into [target], knocking them over!", "You violently crash into [target]!") else