mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +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. /🆑
21 lines
505 B
Plaintext
21 lines
505 B
Plaintext
/datum/map_template/shuttle/starfury
|
|
port_id = "starfury"
|
|
who_can_purchase = null
|
|
|
|
/datum/map_template/shuttle/starfury/fighter_one
|
|
suffix = "fighter1"
|
|
name = "SBC Starfury Fighter (1)"
|
|
|
|
/datum/map_template/shuttle/starfury/fighter_two
|
|
suffix = "fighter2"
|
|
name = "SBC Starfury Fighter (2)"
|
|
|
|
/datum/map_template/shuttle/starfury/fighter_three
|
|
suffix = "fighter3"
|
|
name = "SBC Starfury Fighter (3)"
|
|
|
|
/datum/map_template/shuttle/starfury/corvette
|
|
suffix = "corvette"
|
|
name = "SBC Starfury Corvette"
|
|
|