mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-07-22 05:35:21 +01:00
29 lines
737 B
Plaintext
29 lines
737 B
Plaintext
/datum/map_template/shuttle/sandcode
|
|
name = "Sandcode Base Shuttle Template"
|
|
prefix = "_maps/shuttles/"
|
|
can_be_bought = FALSE
|
|
|
|
/datum/map_template/shuttle/sandcode/satshuttle
|
|
port_id = "access"
|
|
name = "Sattelite Access Shuttle"
|
|
suffix = "smol"
|
|
|
|
/datum/map_template/shuttle/arrival/smol
|
|
port_id = "arrival"
|
|
suffix = "smol"
|
|
name = "arrival shuttle (Smol)"
|
|
|
|
/datum/map_template/shuttle/sandcode/permabrig
|
|
port_id = "axsbrig"
|
|
name = "Perma Brig Access Shuttle"
|
|
suffix = "smol"
|
|
|
|
/datum/map_template/shuttle/sandcode/scioutpost
|
|
port_id = "axsscioutpost"
|
|
name = "Science Outpost Access Shuttle"
|
|
suffix = "smol"
|
|
|
|
/datum/map_template/shuttle/mining/large //port tg mining shuttle
|
|
suffix = "large"
|
|
name = "mining shuttle (Large)"
|