Add emissive keyboards to the computers (#17761)

* added 360 no scopes to the computers

* Fix conflict
This commit is contained in:
Vi3trice
2022-05-24 13:15:39 +01:00
committed by GitHub
parent cec9d85d6b
commit 9e696670dc
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -228,7 +228,7 @@
/obj/machinery/computer/security/mining
name = "outpost camera monitor"
desc = "Used to access the various cameras on the outpost."
icon_keyboard = "mining_key"
icon_keyboard = "tech_key"
icon_screen = "mining"
light_color = "#F9BBFC"
network = list("Mining Outpost")
+3 -2
View File
@@ -76,16 +76,17 @@
add_overlay("[icon_keyboard]_off")
return
// This whole block lets screens ignore lighting and be visible even in the darkest room
// This whole block lets screens and keyboards ignore lighting and be visible even in the darkest room
var/overlay_state = icon_screen
if(stat & BROKEN)
overlay_state = "[icon_state]_broken"
add_overlay("[overlay_state]")
if(!(stat & BROKEN) && light)
underlays += emissive_appearance(icon, "[icon_state]_light_mask")
underlays += emissive_appearance(icon, "[icon_state]_lightmask")
if(icon_keyboard)
add_overlay("[icon_keyboard]")
underlays += emissive_appearance(icon, "[icon_keyboard]_lightmask")
/obj/machinery/computer/power_change()
..()
+1 -1
View File
@@ -44,7 +44,7 @@
desc = "Used to control the satellite network."
circuit = /obj/item/circuitboard/computer/sat_control
icon_screen = "accelerator"
icon_keyboard = "accelerator_key"
icon_keyboard = "rd_key"
var/notice
/obj/machinery/computer/sat_control/attack_hand(mob/user)
+1 -1
View File
@@ -1,7 +1,7 @@
/obj/machinery/computer/telescience
name = "telepad control console"
desc = "Used to teleport objects to and from the telescience telepad."
icon_keyboard = "telesci_key"
icon_keyboard = "tech_key"
icon_screen = "telesci"
circuit = /obj/item/circuitboard/telesci_console
req_access = list(ACCESS_RESEARCH)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 134 KiB