Files
Bubberstation/code/datums/shuttles/escape_pod.dm
TimandGitHub e2e7d1321d Reorganize shuttles into separate folders (#96430)
## About The Pull Request
This moves all the shuttle `.dmm` files into separate respective
folders.

## Why It's Good For The Game
Easier to find shuttles while mapping.

## Changelog
🆑
code: Reorganize shuttle maps into separate folders
/🆑
2026-06-12 22:34:32 +02:00

25 lines
833 B
Plaintext

/datum/map_template/shuttle/escape_pod
port_id = "escape_pod"
prefix = "_maps/shuttles/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."