mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +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
288 B
Plaintext
12 lines
288 B
Plaintext
/datum/map_template/shuttle/snowdin
|
|
port_id = "snowdin"
|
|
who_can_purchase = null
|
|
|
|
/datum/map_template/shuttle/snowdin/mining
|
|
suffix = "mining"
|
|
name = "Snowdin Mining Elevator"
|
|
|
|
/datum/map_template/shuttle/snowdin/excavation
|
|
suffix = "excavation"
|
|
name = "Snowdin Excavation Elevator"
|