From 6d026020d7df9e1fb2e008d45f6d00b1428e4b6a Mon Sep 17 00:00:00 2001 From: Killian <49700375+KillianKirilenko@users.noreply.github.com> Date: Mon, 10 Apr 2023 13:27:17 +0100 Subject: [PATCH] Update shock_maul.dm --- code/game/objects/items/weapons/melee/shock_maul.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/melee/shock_maul.dm b/code/game/objects/items/weapons/melee/shock_maul.dm index 17a8362dad2..af57b4c18d4 100644 --- a/code/game/objects/items/weapons/melee/shock_maul.dm +++ b/code/game/objects/items/weapons/melee/shock_maul.dm @@ -217,7 +217,7 @@ update_held_icon() if(istype(A,/obj/structure/window)) var/obj/structure/window/W = A - visible_message("\The [W] crumples under the force of the impact!") + visible_message("\The [W] crumples under the force of the impact!") W.shatter() else if(istype(A,/obj/structure/barricade)) var/obj/structure/barricade/B = A