Makes transparent mineral doors work (#20594)

* makes transparent mineral doors work

* TRUE

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>

---------

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
Coolrune206
2023-03-13 22:59:12 +00:00
committed by GitHub
co-authored by Ryan
parent ad76241007
commit 489d731f9b
@@ -164,9 +164,12 @@
opacity = FALSE
rad_insulation = RAD_VERY_LIGHT_INSULATION
/obj/structure/mineral_door/transparent/operate()
..()
set_opacity(0)
/obj/structure/mineral_door/transparent/operate_update()
density = !density
state_open = !state_open
air_update_turf(TRUE)
update_icon(UPDATE_ICON_STATE)
is_operating = FALSE
/obj/structure/mineral_door/transparent/plasma
name = "plasma door"