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()