Update shock_maul.dm

This commit is contained in:
Killian
2023-04-10 13:27:17 +01:00
parent 222f679dae
commit 6d026020d7
@@ -217,7 +217,7 @@
update_held_icon()
if(istype(A,/obj/structure/window))
var/obj/structure/window/W = A
visible_message("<span class='warning'>\The [W] crumples under the force of the impact!<span>")
visible_message("<span class='warning'>\The [W] crumples under the force of the impact!</span>")
W.shatter()
else if(istype(A,/obj/structure/barricade))
var/obj/structure/barricade/B = A