mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-25 22:37:12 +01:00
Attempt to Add a second civilian shuttle on atlas (#6367)
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
"Courser Scouting Vessel" = list("rift_courser_hangar"),
|
||||
"Hammerhead Patrol Barge" = list("rift_hammerhead_hangar"),
|
||||
"Civilian Transport" = list("rift_civvie_pad"),
|
||||
"Civilian Century Shuttle" = list("rift_oldcentury_pad"),
|
||||
"Dart EMT Shuttle" = list("rift_emt_pad"),
|
||||
"Beruang Trade Ship" = list("rift_trade_dock"),
|
||||
"NDV Quicksilver" = list("rift_specops_dock"),
|
||||
|
||||
@@ -25,6 +25,13 @@ Need to turn all of these into proper initializers like this:
|
||||
base_turf = /turf/simulated/floor/reinforced/lythios43c
|
||||
base_area = /area/rift/surfacebase/outside/outside3
|
||||
|
||||
/obj/effect/shuttle_landmark/rift/deck3/oldcentury
|
||||
name = "NSB Atlas - Secondary Civilian Transport Pad"
|
||||
landmark_tag = "rift_oldcentury_pad"
|
||||
docking_controller = "rift_oldcentury_dock"
|
||||
base_turf = /turf/simulated/floor/reinforced/lythios43c
|
||||
base_area = /area/rift/surfacebase/outside/outside3
|
||||
|
||||
/obj/effect/shuttle_landmark/rift/deck3/emt
|
||||
name = "NSB Atlas - EMT Shuttle Pad"
|
||||
landmark_tag = "rift_emt_pad"
|
||||
@@ -129,6 +136,10 @@ Need to turn all of these into proper initializers like this:
|
||||
name = "In transit"
|
||||
landmark_tag = "nav_transit_civvie"
|
||||
|
||||
/obj/effect/shuttle_landmark/transit/rift/oldcentury
|
||||
name = "In transit"
|
||||
landmark_tag = "nav_transit_oldcentury"
|
||||
|
||||
/obj/effect/shuttle_landmark/transit/rift/trade
|
||||
name = "In transit"
|
||||
landmark_tag = "nav_transit_trade"
|
||||
|
||||
Reference in New Issue
Block a user