mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
icon_door customability fix
This commit is contained in:
@@ -37,7 +37,10 @@
|
||||
if(welded)
|
||||
overlays += "welded"
|
||||
else
|
||||
overlays += "[icon_state]_open"
|
||||
if(icon_door)
|
||||
overlays += "[icon_door]_open"
|
||||
else
|
||||
overlays += "[icon_state]_open"
|
||||
|
||||
/obj/structure/closet/alter_health()
|
||||
return get_turf(src)
|
||||
|
||||
Reference in New Issue
Block a user