mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
* Emergency shuttle information display improvements * Update emergency.dm * Update emergency.dm * Modular shuttles --------- Co-authored-by: Tim <timothymtorres@gmail.com> Co-authored-by: Giz <13398309+vinylspiders@users.noreply.github.com>
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!"
|