From 524ea8aeb77d960d20db968bcd49b6b0d37be3bb Mon Sep 17 00:00:00 2001 From: Kelenius Date: Tue, 31 Mar 2015 18:37:15 +0300 Subject: [PATCH] Fixes a typo --- code/modules/mob/living/carbon/human/human_attackhand.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_attackhand.dm b/code/modules/mob/living/carbon/human/human_attackhand.dm index 23f90946bc..bd4a8e0092 100644 --- a/code/modules/mob/living/carbon/human/human_attackhand.dm +++ b/code/modules/mob/living/carbon/human/human_attackhand.dm @@ -223,7 +223,7 @@ chance = !hand ? 40 : 20 if (prob(chance)) - visible_message("[src]'s [W] goes off during struggle!") + visible_message("[src]'s [W] goes off during struggle!") var/list/turfs = list() for(var/turf/T in view()) turfs += T