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