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 /🆑
25 lines
611 B
Plaintext
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"
|