mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
27 lines
818 B
Plaintext
27 lines
818 B
Plaintext
|
|
//Exploration carrier
|
|
/obj/machinery/computer/shuttle_control/exploration
|
|
name = "Exploration Sling Control Console"
|
|
shuttle_tag = "Exploration"
|
|
|
|
/datum/shuttle/autodock/ferry/exploration
|
|
name = "Exploration"
|
|
warmup_time = 10
|
|
location = FERRY_LOCATION_STATION
|
|
shuttle_area = /area/shuttle/expoutpost/station
|
|
landmark_offsite = "sling_outpost"
|
|
landmark_station = "sling_station"
|
|
docking_controller_tag = "exp_sling"
|
|
|
|
/obj/effect/shuttle_landmark/southern_cross/sling_station
|
|
name = "Sling Station"
|
|
landmark_tag = "sling_station"
|
|
docking_controller = "exp_sling_station"
|
|
base_area = /area/space
|
|
base_turf = /turf/simulated/floor/reinforced/airless
|
|
|
|
/obj/effect/shuttle_landmark/southern_cross/sling_outpost
|
|
name = "Sling Carrier"
|
|
landmark_tag = "sling_outpost"
|
|
docking_controller = "exp_sling_outpost"
|