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
@@ -73,7 +73,7 @@
icon_state = "ramptop"
var/obj/structure/droppod_door/door_bottom = new(T)
door_bottom.deployed = 1
door_bottom.density = 0
door_bottom.density = FALSE
door_bottom.set_opacity(0)
door_bottom.dir = src.dir
door_bottom.icon_state = "rampbottom"