mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Update shock_maul.dm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user