Files
Cyan d9bedc6076 Ministation Cargo Shuttle (#93431)
## About The Pull Request
Just readds the ministation cargo shuttle for use in the map depot,
really this isn't of too much concern to anyone.
## Why It's Good For The Game
Working maps: good.
## Changelog

🆑
map: added the ministation cargo shuttle
/🆑
2025-10-29 23:24:47 +00:00

44 lines
1.0 KiB
Plaintext

/datum/map_template/shuttle/cargo
port_id = "cargo"
name = "Base Shuttle Template (Cargo)"
who_can_purchase = null
/datum/map_template/shuttle/cargo/mini
suffix ="mini"
name = "supply shuttle (Mini)"
/datum/map_template/shuttle/cargo/kilo
suffix = "kilo"
name = "supply shuttle (Kilo)"
/datum/map_template/shuttle/cargo/birdboat
suffix = "birdboat"
name = "supply shuttle (Birdboat)"
/datum/map_template/shuttle/cargo/pubby
suffix = "pubby"
name = "supply shuttle (Pubby)"
/datum/map_template/shuttle/cargo/birdshot
suffix = "birdshot"
name = "supply shuttle (Birdshot)"
/datum/map_template/shuttle/cargo/box
suffix = "box"
name = "cargo ferry (Box)"
/datum/map_template/shuttle/cargo/delta
suffix = "delta"
name = "cargo ferry (Delta)"
/datum/map_template/shuttle/cargo/northstar
suffix = "northstar"
name = "cargo ferry (North Star)"
/datum/map_template/shuttle/cargo/catwalk
suffix = "catwalk"
name = "cargo ferry (Catwalk)"
/datum/map_template/shuttle/cargo/nebula
suffix = "nebula"
name = "supply shuttle (Nebula)"