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 /🆑
13 lines
319 B
Plaintext
13 lines
319 B
Plaintext
/datum/map_template/shuttle/aux_base
|
|
port_id = "aux_base"
|
|
prefix = "_maps/shuttles/aux_base/"
|
|
who_can_purchase = null
|
|
|
|
/datum/map_template/shuttle/aux_base/default
|
|
suffix = "default"
|
|
name = "auxilliary base (Default)"
|
|
|
|
/datum/map_template/shuttle/aux_base/small
|
|
suffix = "small"
|
|
name = "auxilliary base (Small)"
|