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 /🆑
41 lines
995 B
Plaintext
41 lines
995 B
Plaintext
/datum/map_template/shuttle/arrival
|
|
port_id = "arrival"
|
|
prefix = "_maps/shuttles/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/northstar
|
|
suffix = "northstar"
|
|
name = "arrival shuttle (North Star)"
|
|
|
|
/datum/map_template/shuttle/arrival/catwalk
|
|
suffix = "catwalk"
|
|
name = "arrival shuttle (Catwalk)"
|
|
|
|
/datum/map_template/shuttle/arrival/nebula
|
|
suffix = "nebula"
|
|
name = "arrival shuttle (Nebula)"
|