mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 18:22:14 +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. /🆑
12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
/datum/map_template/shuttle/snowdin
|
|
port_id = "snowdin"
|
|
who_can_purchase = null
|
|
|
|
/datum/map_template/shuttle/snowdin/mining
|
|
suffix = "mining"
|
|
name = "Snowdin Mining Elevator"
|
|
|
|
/datum/map_template/shuttle/snowdin/excavation
|
|
suffix = "excavation"
|
|
name = "Snowdin Excavation Elevator"
|