mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
Fix icon of power monitor
Squash this with other power monitor commit.
This commit is contained in:
@@ -4,14 +4,13 @@
|
||||
icon_screen = "power_monitor"
|
||||
|
||||
/obj/machinery/computer/power_monitor/update_icon()
|
||||
..()
|
||||
if(stat & BROKEN)
|
||||
icon_screen = "broken"
|
||||
return
|
||||
if(alerting)
|
||||
else if(alerting)
|
||||
icon_screen = "power_monitor_warn"
|
||||
return
|
||||
icon_screen = "power_monitor"
|
||||
else
|
||||
icon_screen = "power_monitor"
|
||||
..()
|
||||
|
||||
/obj/machinery/computer/rcon
|
||||
icon_keyboard = "power_key"
|
||||
|
||||
Reference in New Issue
Block a user