Adds a docking location to the mercenary shuttle and more (#2767)

Adds a dock at arrivals for the mercenary shuttle to dock, also places the admin shuttle to a dock in the bridge.

Also, fixes the belt at robotics at last and adds a hull shield to engineering. And adds a hacked candy vending to the wizard base and ninja spawn, together with a suit cooling unit for ipc ninjas.
This commit is contained in:
Alberyk
2017-06-20 06:48:35 -03:00
committed by skull132
parent 987a4eff88
commit 310f8d15ba
4 changed files with 459 additions and 81 deletions
@@ -236,7 +236,8 @@ var/datum/controller/subsystem/processing/shuttle/shuttle_controller
"Surface of the station" = locate(/area/syndicate_station/surface),
"Above the station" = locate(/area/syndicate_station/above),
"Under the station" = locate(/area/syndicate_station/under),
"Mining caverns" = locate(/area/syndicate_station/caverns)
"Mining caverns" = locate(/area/syndicate_station/caverns),
"Arrivals dock" = locate(/area/syndicate_station/arrivals_dock)
)
MS.docking_controller_tag = "merc_shuttle"