mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
## About The Pull Request This moves all the shuttle `.dmm` files into separate respective folders. ## Why It's Good For The Game Easier to find shuttles while mapping. ## Changelog 🆑 code: Reorganize shuttle maps into separate folders /🆑
45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
Plaintext
/datum/map_template/shuttle/cargo
|
|
port_id = "cargo"
|
|
prefix = "_maps/shuttles/cargo/"
|
|
name = "Base Shuttle Template (Cargo)"
|
|
who_can_purchase = null
|
|
|
|
/datum/map_template/shuttle/cargo/mini
|
|
suffix ="mini"
|
|
name = "supply shuttle (Mini)"
|
|
|
|
/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/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)"
|
|
|
|
/datum/map_template/shuttle/cargo/catwalk
|
|
suffix = "catwalk"
|
|
name = "cargo ferry (Catwalk)"
|
|
/datum/map_template/shuttle/cargo/nebula
|
|
suffix = "nebula"
|
|
name = "supply shuttle (Nebula)"
|