From 1ad27bc03032888ae36e11f2b4f158bf61ff881a Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Tue, 9 Apr 2019 21:57:47 -0400 Subject: [PATCH] more hit type verbs --- code/modules/martial_arts/cqc.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/martial_arts/cqc.dm b/code/modules/martial_arts/cqc.dm index 4aeb732004b..b57e7fc4f98 100644 --- a/code/modules/martial_arts/cqc.dm +++ b/code/modules/martial_arts/cqc.dm @@ -162,7 +162,7 @@ return TRUE add_attack_logs(A, D, "Melee attacked with martial-art [src]", ATKLOG_ALL) A.do_attack_animation(D) - var/picked_hit_type = pick("CQC'd", "Big Bossed") + var/picked_hit_type = pick("CQC'd", "neck chopped", "gut punched", "Big Bossed") var/bonus_damage = 13 if(D.weakened || D.resting || D.lying) bonus_damage += 5