mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
load the emergency shuttle in late mapping (#30854)
* load the emergency shuttle in late mapping * fix lints * register the late loading docking port properly * fix logging
This commit is contained in:
@@ -12,6 +12,8 @@ SUBSYSTEM_DEF(mapping)
|
||||
var/datum/map_template/shuttle/trader_shuttle_id = /datum/map_template/shuttle/trader/synthetic
|
||||
/// The Gamma Armory shuttle to load at Centcom in late_mapping.
|
||||
var/gamma_armory_shuttle_id = "gamma_armory_base"
|
||||
/// The emergency shuttle to load at Centcom in late_mapping
|
||||
var/emergency_shuttle_id = "emergency_cyb"
|
||||
/// List of all areas that can be accessed via IC means
|
||||
var/list/teleportlocs
|
||||
/// List of all areas that can be accessed via IC and OOC means
|
||||
|
||||
Reference in New Issue
Block a user