Fixes a bunch of bools missed in #11100

This commit is contained in:
MarinaGryphon
2021-07-16 15:55:49 -05:00
parent 5eea453437
commit a843667af3
73 changed files with 165 additions and 165 deletions
+1 -1
View File
@@ -256,7 +256,7 @@
return
/obj/machinery/door/window/holowindoor/shatter(var/display_message = 1)
src.density = 0
src.density = FALSE
playsound(src, "shatter", 70, 1)
if(display_message)
visible_message("[src] fades away as it shatters!")