- Adds Serena's Trade Ship along with all the odds and ends required to have it work properly.

- Adds a special snowflake mutt as well for ease of teleportation to the trade ship area prep area.
This commit is contained in:
woodratt
2016-07-04 14:07:14 -07:00
parent 1ddc30a0ec
commit 55562aeb3f
6 changed files with 328 additions and 89 deletions
+11
View File
@@ -223,6 +223,17 @@ var/global/datum/shuttle_controller/shuttle_controller
shuttles["Administration"] = shuttle
process_shuttles += shuttle
shuttle = new()
shuttle.location = 1
shuttle.warmup_time = 10 //want some warmup time so people can cancel.
shuttle.area_offsite = locate(/area/shuttle/trade/centcom)
shuttle.area_station = locate(/area/shuttle/trade/station)
shuttle.docking_controller_tag = "trade_shuttle"
shuttle.dock_target_station = "trade_shuttle_dock_airlock"
shuttle.dock_target_offsite = "trade_shuttle_bay"
shuttles["Trade"] = shuttle
process_shuttles += shuttle
shuttle = new()
shuttle.area_offsite = locate(/area/shuttle/alien/base)
shuttle.area_station = locate(/area/shuttle/alien/mine)