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. /🆑
14 lines
584 B
Plaintext
14 lines
584 B
Plaintext
/datum/map_template/shuttle/infiltrator
|
|
port_id = "infiltrator"
|
|
who_can_purchase = null
|
|
|
|
/datum/map_template/shuttle/infiltrator/basic
|
|
suffix = "basic"
|
|
name = "basic syndicate infiltrator"
|
|
description = "Base Syndicate infiltrator, spawned by default for nukeops to use."
|
|
|
|
/datum/map_template/shuttle/infiltrator/advanced
|
|
suffix = "advanced"
|
|
name = "advanced syndicate infiltrator"
|
|
description = "A much larger version of the standard Syndicate infiltrator that feels more like Kilostation. Has APCs, but power is not a concern for nuclear operatives. Also comes with atmos!"
|