mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-09 07:49:09 +00:00
* Emergency shuttle information display improvements * Update emergency.dm * Update emergency.dm * Modular shuttles --------- Co-authored-by: Tim <timothymtorres@gmail.com> Co-authored-by: Giz <13398309+vinylspiders@users.noreply.github.com>
36 lines
855 B
Plaintext
36 lines
855 B
Plaintext
/datum/map_template/shuttle/arrival
|
|
port_id = "arrival"
|
|
who_can_purchase = null
|
|
|
|
/datum/map_template/shuttle/arrival/box
|
|
suffix = "box"
|
|
name = "arrival shuttle (Box)"
|
|
|
|
/datum/map_template/shuttle/arrival/donut
|
|
suffix = "donut"
|
|
name = "arrival shuttle (Donut)"
|
|
|
|
/datum/map_template/shuttle/arrival/birdshot
|
|
suffix = "birdshot"
|
|
name = "arrival shuttle (Birdshot)"
|
|
|
|
/datum/map_template/shuttle/arrival/delta
|
|
suffix = "delta"
|
|
name = "arrival shuttle (Delta)"
|
|
|
|
/datum/map_template/shuttle/arrival/kilo
|
|
suffix = "kilo"
|
|
name = "arrival shuttle (Kilo)"
|
|
|
|
/datum/map_template/shuttle/arrival/pubby
|
|
suffix = "pubby"
|
|
name = "arrival shuttle (Pubby)"
|
|
|
|
/datum/map_template/shuttle/arrival/omega
|
|
suffix = "omega"
|
|
name = "arrival shuttle (Omega)"
|
|
|
|
/datum/map_template/shuttle/arrival/northstar
|
|
suffix = "northstar"
|
|
name = "arrival shuttle (North Star)"
|