Files
Bubberstation/code/datums/shuttles/aux_base.dm
Tim 995dce77a1 Emergency shuttle information display improvements (#77457)
## 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

![4cUSVwSNl8](https://github.com/tgstation/tgstation/assets/5195984/01cd7e10-27f6-4a7d-a9a9-88477cc93310)


## Changelog
🆑
qol: Emergency shuttle now gracefully display occupancy limits and
prerequisites in the communication console.
/🆑
2023-08-11 20:39:28 +02:00

12 lines
282 B
Plaintext

/datum/map_template/shuttle/aux_base
port_id = "aux_base"
who_can_purchase = null
/datum/map_template/shuttle/aux_base/default
suffix = "default"
name = "auxilliary base (Default)"
/datum/map_template/shuttle/aux_base/small
suffix = "small"
name = "auxilliary base (Small)"