mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 20:14:31 +01:00
Merge pull request #7096 from VOREStation/upstream-merge-6859
[MIRROR] Port Bay computer icons
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user