mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
Add emissive keyboards to the computers (#17761)
* added 360 no scopes to the computers * Fix conflict
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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()
|
||||
..()
|
||||
|
||||
@@ -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,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 |
Reference in New Issue
Block a user