Files
Paradise/code/modules/shuttles/research.dm
T
ZuhayrandZomgPonies e4b95aa05e Moved engineering, research and mining shuttles to a generalized system with its own directory structure.
Conflicts:
	baystation12.dme
	code/modules/mining/mine_items.dm
	code/modules/research/research_shuttle.dm
2014-06-14 02:01:14 -04:00

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)
..()