mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-19 05:26:28 +00:00
## About The Pull Request Emergency shuttles now: - Display occupancy limits and prerequisites - Has their own folder that is split into several subfiles - Have documentation for a few variables ## Why It's Good For The Game  ## Changelog 🆑 qol: Emergency shuttle now gracefully display occupancy limits and prerequisites in the communication console. /🆑
20 lines
458 B
Plaintext
20 lines
458 B
Plaintext
/datum/map_template/shuttle/hunter
|
|
port_id = "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"
|