mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 09:05:11 +01:00
008b044ac5
* 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>
12 lines
282 B
Plaintext
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)"
|