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