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

25 lines
611 B
Plaintext

/datum/map_template/shuttle/hunter
port_id = "hunter"
prefix = "_maps/shuttles/hunter/"
who_can_purchase = null
/datum/map_template/shuttle/hunter/space_cop
suffix = "space_cop"
name = "Police Spacevan"
/datum/map_template/shuttle/hunter/russian
suffix = "russian"
name = "Russian Cargo Ship"
/datum/map_template/shuttle/hunter/bounty
suffix = "bounty"
name = "Bounty Hunter Ship"
/datum/map_template/shuttle/hunter/psyker
suffix = "psyker"
name = "Psyker Fortune-Telling Ship"
/datum/map_template/shuttle/hunter/mi13_foodtruck
suffix = "mi13_foodtruck"
name = "Perfectly Ordinary Food Truck"