Merge pull request #24774 from ChangelingRain/computerlight

Adds light colors for a few more computers
This commit is contained in:
Cheridan
2017-03-08 02:26:37 -06:00
committed by GitHub
4 changed files with 5 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
desc = "It monitors power levels across the station."
icon_screen = "power"
icon_keyboard = "power_key"
light_color = LIGHT_COLOR_YELLOW
use_power = 2
idle_power_usage = 20
active_power_usage = 100
+1
View File
@@ -2,6 +2,7 @@
name = "Shuttle Console"
icon_screen = "shuttle"
icon_keyboard = "tech_key"
light_color = LIGHT_COLOR_CYAN
req_access = list( )
circuit = /obj/item/weapon/circuitboard/computer/shuttle
var/shuttleId
+1
View File
@@ -414,6 +414,7 @@
possible_destinations = "pod_asteroid"
icon = 'icons/obj/terminals.dmi'
icon_state = "dorm_available"
light_color = LIGHT_COLOR_BLUE
density = 0
clockwork = TRUE //it'd look weird
+2
View File
@@ -5,6 +5,7 @@
circuit = /obj/item/weapon/circuitboard/computer/syndicate_shuttle
icon_screen = "syndishuttle"
icon_keyboard = "syndie_key"
light_color = LIGHT_COLOR_RED
req_access = list(access_syndicate)
shuttleId = "syndicate"
possible_destinations = "syndicate_away;syndicate_z5;syndicate_ne;syndicate_nw;syndicate_n;syndicate_se;syndicate_sw;syndicate_s"
@@ -42,6 +43,7 @@
name = "syndicate assault pod control"
icon = 'icons/obj/terminals.dmi'
icon_state = "dorm_available"
light_color = LIGHT_COLOR_BLUE
req_access = list(access_syndicate)
shuttleId = "steel_rain"
possible_destinations = null