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

48 lines
1.1 KiB
Plaintext

// MINING SHUTTLES
/datum/map_template/shuttle/mining
port_id = "mining"
prefix = "_maps/shuttles/mining/"
who_can_purchase = null
/datum/map_template/shuttle/mining/box
suffix = "box"
name = "mining shuttle (Box)"
/datum/map_template/shuttle/mining/delta
suffix = "delta"
name = "mining shuttle (Delta)"
/datum/map_template/shuttle/mining/kilo
suffix = "kilo"
name = "mining shuttle (Kilo)"
/datum/map_template/shuttle/mining/large
suffix = "large"
name = "mining shuttle (Large)"
/datum/map_template/shuttle/mining/northstar
suffix = "northstar"
name = "mining shuttle (North Star)"
/datum/map_template/shuttle/mining/nebula
suffix = "nebula"
name = "mining shuttle (Nebula)"
// MINING COMMON SHUTTLES
/datum/map_template/shuttle/mining_common
port_id = "mining_common"
prefix = "_maps/shuttles/mining/"
who_can_purchase = null
/datum/map_template/shuttle/mining_common/meta
suffix = "meta"
name = "lavaland shuttle (Meta)"
/datum/map_template/shuttle/mining_common/kilo
suffix = "kilo"
name = "lavaland shuttle (Kilo)"
/datum/map_template/shuttle/mining_common/northstar
suffix = "northstar"
name = "lavaland shuttle (North Star)"