mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55: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>
24 lines
794 B
Plaintext
24 lines
794 B
Plaintext
/datum/map_template/shuttle/escape_pod
|
|
port_id = "escape_pod"
|
|
who_can_purchase = null
|
|
|
|
/datum/map_template/shuttle/escape_pod/default
|
|
suffix = "default"
|
|
name = "escape pod (Default)"
|
|
description = "Base escape pod with 2 tiles of interior space."
|
|
|
|
/datum/map_template/shuttle/escape_pod/large
|
|
suffix = "large"
|
|
name = "escape pod (Large)"
|
|
description = "Actually the old Pubbystation monastery shuttle."
|
|
|
|
/datum/map_template/shuttle/escape_pod/luxury
|
|
suffix = "luxury"
|
|
name = "escape pod (Luxury)"
|
|
description = "Upgraded escape pod with 3 tiles of interior space."
|
|
|
|
/datum/map_template/shuttle/escape_pod/cramped
|
|
suffix = "cramped"
|
|
name = "escape pod (Cramped)"
|
|
description = "Downgraded escape pod that lacks a window and only has one seat, alongside lacking an emergency safe."
|