mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 14:00:18 +01:00
evil computer
This commit is contained in:
@@ -1,17 +1,23 @@
|
||||
/obj/machinery/computer/shuttle_control/multi/raider
|
||||
name = "skipjack control console"
|
||||
icon = 'icons/obj/primitive_computer.dmi'
|
||||
icon_screen = "syndicate"
|
||||
req_access = list(access_syndicate)
|
||||
shuttle_tag = "Skipjack"
|
||||
light_color = LIGHT_COLOR_RED
|
||||
|
||||
/obj/machinery/computer/shuttle_control/multi/burglar
|
||||
name = "pod control console"
|
||||
icon = 'icons/obj/primitive_computer.dmi'
|
||||
icon_screen = "syndicate"
|
||||
req_access = list(access_syndicate)
|
||||
shuttle_tag = "Burglar Pod"
|
||||
light_color = LIGHT_COLOR_RED
|
||||
|
||||
/obj/machinery/computer/shuttle_control/multi/antag/syndicate
|
||||
name = "mercenary shuttle control console"
|
||||
icon = 'icons/obj/primitive_computer.dmi'
|
||||
icon_screen = "syndicate"
|
||||
req_access = list(access_syndicate)
|
||||
shuttle_tag = "Mercenary Shuttle"
|
||||
light_color = LIGHT_COLOR_RED
|
||||
|
||||
Reference in New Issue
Block a user