Attempt to Add a second civilian shuttle on atlas (#6367)

This commit is contained in:
DeltaDav
2024-05-15 23:14:23 +02:00
committed by GitHub
parent f8ba4e5842
commit 2bc6026d01
6 changed files with 2758 additions and 1478 deletions
@@ -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"