From ac9762228ebc220ea2a17040a714852b0ca65f14 Mon Sep 17 00:00:00 2001 From: "kortgstation@gmail.com" Date: Mon, 2 Jul 2012 20:11:20 +0000 Subject: [PATCH] Fix for my commit regarding simple animals and turrets. Pete is a hero, etc git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3969 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/machinery/turrets.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/turrets.dm b/code/game/machinery/turrets.dm index 47561690368..ff40d49adc4 100644 --- a/code/game/machinery/turrets.dm +++ b/code/game/machinery/turrets.dm @@ -411,7 +411,7 @@ for(var/mob/O in viewers(src, null)) if ((O.client && !( O.blinded ))) O.show_message(text("\red [] has slashed at []!", M, src), 1) - src.health -= M. + src.health -= 15 if (src.health <= 0) src.die() else