mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-25 22:28:00 +01:00
12 lines
424 B
Plaintext
12 lines
424 B
Plaintext
/obj/machinery/computer/shuttle_control/research
|
|
name = "research shuttle console"
|
|
icon = 'icons/obj/computer.dmi'
|
|
icon_state = "shuttle"
|
|
shuttle_tag = "Research"
|
|
req_access = list(access_research)
|
|
circuit = "/obj/item/weapon/circuitboard/research_shuttle"
|
|
|
|
/obj/machinery/computer/shuttle_control/research/New()
|
|
offsite = locate(/area/shuttle/research/outpost)
|
|
station = locate(/area/shuttle/research/station)
|
|
..() |