From 9e487bb33a969fa1740f0e814530697d787fcb3a Mon Sep 17 00:00:00 2001 From: phil235 Date: Fri, 7 Nov 2014 22:38:52 +0100 Subject: [PATCH] derp --- code/game/objects/structures/grille.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/objects/structures/grille.dm b/code/game/objects/structures/grille.dm index 3fe66a63ef0..553d55c3f16 100644 --- a/code/game/objects/structures/grille.dm +++ b/code/game/objects/structures/grille.dm @@ -248,4 +248,5 @@ var/obj/item/I = AM tforce = I.throwforce - 5 playsound(loc, 'sound/effects/grillehit.ogg', 80, 1) - health = max(0, health - tforce) healthcheck() + health = max(0, health - tforce) + healthcheck()