Re-adds the merchant shuttle (#3500)

This pr will re-add the merchant shuttle and fix a minor issue with the raider's location on the console.
This commit is contained in:
Alberyk
2017-09-25 04:57:37 -03:00
committed by Erki
parent 7096dd908c
commit 196019b387
4 changed files with 11504 additions and 9789 deletions
@@ -229,8 +229,8 @@ var/datum/controller/subsystem/processing/shuttle/shuttle_controller
VS.destinations = list(
"Surface of the station" = locate(/area/skipjack_station/surface),
"Under the station" = locate(/area/skipjack_station/above),
"Above the station" = locate(/area/skipjack_station/under),
"Under the station" = locate(/area/skipjack_station/under),
"Above the station" = locate(/area/skipjack_station/above),
"Mining caverns" = locate(/area/skipjack_station/cavern)
)