mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user