From 4312930a09ba43bc9066fc3097b2a6adf8c13196 Mon Sep 17 00:00:00 2001 From: Markolie Date: Mon, 19 Jan 2015 18:38:09 +0100 Subject: [PATCH] Fourth grab crushing re-added --- code/game/objects/structures/window.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm index 1ef0b70b707..d6f9288d05f 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -232,6 +232,11 @@ var/global/wcColored M.Weaken(5) M.apply_damage(20) hit(50) + if(4) + visible_message("[user] smashes [M] against \the [src]!") + M.Weaken(5) + M.apply_damage(30) + hit(75) return if(W.flags & NOBLUDGEON) return