Merge pull request #7096 from VOREStation/upstream-merge-6859

[MIRROR] Port Bay computer icons
This commit is contained in:
Aronai Sieyes
2020-04-02 10:58:02 -04:00
committed by GitHub
10 changed files with 26 additions and 29 deletions
@@ -7,7 +7,7 @@
name = "Power Monitoring Console"
desc = "Computer designed to remotely monitor power levels around the station"
icon_keyboard = "power_key"
icon_screen = "power:0"
icon_screen = "power_monitor"
light_color = "#ffcc33"
//computer stuff
@@ -31,9 +31,9 @@
/obj/machinery/computer/power_monitor/update_icon()
if(!(stat & (NOPOWER|BROKEN)))
if(alerting)
icon_screen = "power:1"
icon_screen = "[initial(icon_screen)]"
else
icon_screen = "power:0"
icon_screen = "[initial(icon_screen)]_warn"
..()
*/
// On creation automatically connects to active sensors. This is delayed to ensure sensors already exist.
+1 -1
View File
@@ -5,7 +5,7 @@
name = "body design console"
catalogue_data = list(/datum/category_item/catalogue/information/organization/khi,
/datum/category_item/catalogue/technology/resleeving)
icon = 'icons/obj/computer_vr.dmi'
icon = 'icons/obj/computer.dmi'
icon_keyboard = "med_key"
icon_screen = "explosive"
light_color = "#315ab4"