mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-05-25 08:06:58 +01: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()
|
||||
|
||||
if(stat & BROKEN)
|
||||
icon_state = "broken"
|
||||
icon_state = "crewb"
|
||||
else
|
||||
if(stat & NOPOWER)
|
||||
src.icon_state = "c_unpowered"
|
||||
|
||||
Reference in New Issue
Block a user