mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 11:07:46 +01:00
Merge pull request #11571 from VOREStation/upstream-merge-8275
[MIRROR] PCU Update
This commit is contained in:
@@ -22,9 +22,11 @@
|
||||
name = "\improper Atmospherics PCU"
|
||||
desc = "A personal computer unit. It seems to have only the Atmosphereics Control program installed."
|
||||
icon_screen = "pcu_atmo"
|
||||
icon_state = "pcu"
|
||||
icon_state = "pcu_engi"
|
||||
icon_keyboard = "pcu_key"
|
||||
density = FALSE
|
||||
light_color = "#00cc00"
|
||||
density = 0
|
||||
|
||||
/obj/machinery/computer/atmoscontrol/attack_ai(var/mob/user as mob)
|
||||
tgui_interact(user)
|
||||
|
||||
@@ -497,9 +497,9 @@
|
||||
name = "\improper Medical Laptop"
|
||||
desc = "A personal computer unit. It seems to have only the medical records program installed."
|
||||
icon_screen = "pcu_generic"
|
||||
icon_state = "pcu"
|
||||
icon_state = "pcu_med"
|
||||
icon_keyboard = "pcu_key"
|
||||
light_color = "#59888e8"
|
||||
light_color = "#5284e7"
|
||||
circuit = /obj/item/weapon/circuitboard/med_data/pcu
|
||||
density = FALSE
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
icon_screen = "pcu_generic"
|
||||
icon_state = "pcu"
|
||||
icon_keyboard = "pcu_key"
|
||||
light_color = "#59888e8"
|
||||
light_color = "#5284e7"
|
||||
req_one_access = list(access_heads)
|
||||
circuit = /obj/item/weapon/circuitboard/skills/pcu
|
||||
density = FALSE
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 162 KiB After Width: | Height: | Size: 165 KiB |
Reference in New Issue
Block a user