From fbf645afd9f9de298fffbfdbcd42bc67d9cc4c57 Mon Sep 17 00:00:00 2001 From: Yoshax Date: Wed, 21 Sep 2016 04:44:11 +0100 Subject: [PATCH] Removes a stray world << --- code/modules/mob/living/carbon/carbon_defense.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/carbon/carbon_defense.dm b/code/modules/mob/living/carbon/carbon_defense.dm index ea0528755ed..aa4e6ced11f 100644 --- a/code/modules/mob/living/carbon/carbon_defense.dm +++ b/code/modules/mob/living/carbon/carbon_defense.dm @@ -46,7 +46,6 @@ if(hit_zone == BP_TORSO && shank_attack(W, G, user)) return 1 if(G.state >= GRAB_NECK) - world << "9" if(hit_zone == BP_HEAD && attack_throat(W, G, user, hit_zone)) return 1 return 0