mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-20 19:49:39 +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 /🆑
25 lines
580 B
Plaintext
25 lines
580 B
Plaintext
/datum/map_template/shuttle/labour
|
|
port_id = "labour"
|
|
prefix = "_maps/shuttles/labour/"
|
|
who_can_purchase = null
|
|
|
|
/datum/map_template/shuttle/labour/box
|
|
suffix = "box"
|
|
name = "labour shuttle (Box)"
|
|
|
|
/datum/map_template/shuttle/labour/generic
|
|
suffix = "generic"
|
|
name = "labour shuttle (Generic)"
|
|
|
|
/datum/map_template/shuttle/labour/delta
|
|
suffix = "delta"
|
|
name = "labour shuttle (Delta)"
|
|
|
|
/datum/map_template/shuttle/labour/kilo
|
|
suffix = "kilo"
|
|
name = "labour shuttle (Kilo)"
|
|
|
|
/datum/map_template/shuttle/labour/nebula
|
|
suffix = "nebula"
|
|
name = "labour shuttle (Nebula)"
|