mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-18 22:22:09 +00:00
Fix for crew monitoring consoles turning spriteless when destroyed.
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
/obj/machinery/computer/crew/update_icon()
|
/obj/machinery/computer/crew/update_icon()
|
||||||
|
|
||||||
if(stat & BROKEN)
|
if(stat & BROKEN)
|
||||||
icon_state = "broken"
|
icon_state = "crewb"
|
||||||
else
|
else
|
||||||
if(stat & NOPOWER)
|
if(stat & NOPOWER)
|
||||||
src.icon_state = "c_unpowered"
|
src.icon_state = "c_unpowered"
|
||||||
|
|||||||
Reference in New Issue
Block a user