mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-19 21:46:42 +00:00
## About The Pull Request Emergency shuttles now: - Display occupancy limits and prerequisites - Has their own folder that is split into several subfiles - Have documentation for a few variables ## Why It's Good For The Game  ## Changelog 🆑 qol: Emergency shuttle now gracefully display occupancy limits and prerequisites in the communication console. /🆑
37 lines
867 B
Plaintext
37 lines
867 B
Plaintext
/datum/map_template/shuttle/cargo
|
|
port_id = "cargo"
|
|
name = "Base Shuttle Template (Cargo)"
|
|
who_can_purchase = null
|
|
|
|
/datum/map_template/shuttle/cargo/kilo
|
|
suffix = "kilo"
|
|
name = "supply shuttle (Kilo)"
|
|
|
|
/datum/map_template/shuttle/cargo/birdboat
|
|
suffix = "birdboat"
|
|
name = "supply shuttle (Birdboat)"
|
|
|
|
/datum/map_template/shuttle/cargo/donut
|
|
suffix = "donut"
|
|
name = "supply shuttle (Donut)"
|
|
|
|
/datum/map_template/shuttle/cargo/pubby
|
|
suffix = "pubby"
|
|
name = "supply shuttle (Pubby)"
|
|
|
|
/datum/map_template/shuttle/cargo/birdshot
|
|
suffix = "birdshot"
|
|
name = "supply shuttle (Birdshot)"
|
|
|
|
/datum/map_template/shuttle/cargo/box
|
|
suffix = "box"
|
|
name = "cargo ferry (Box)"
|
|
|
|
/datum/map_template/shuttle/cargo/delta
|
|
suffix = "delta"
|
|
name = "cargo ferry (Delta)"
|
|
|
|
/datum/map_template/shuttle/cargo/northstar
|
|
suffix = "northstar"
|
|
name = "cargo ferry (North Star)"
|