Files
TimandGitHub e2e7d1321d Reorganize shuttles into separate folders (#96430)
## 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
/🆑
2026-06-12 22:34:32 +02:00

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)"