mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-13 17:07:53 +01:00
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:
@@ -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)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user