Files
Bubberstation/code/datums/shuttles/mining.dm
norsvenska cd2d0797c9 Restores Northstar's shuttles to the codebase (#89423)
## About The Pull Request
Puts Northstar's shuttles and docks back into the code. This allows for
Northstar to be loaded by admins.

## Why It's Good For The Game

Per Maurukas, shuttles should stay in the code.


![image](https://github.com/user-attachments/assets/87b80dbc-e8e1-43e4-a776-d5c0e4b460a7)


![image](https://github.com/user-attachments/assets/e4a9f03d-be12-49b5-8d1b-ad7ceeadb10f)

## Changelog

Nothing player facing.
2025-02-10 18:20:42 -07:00

71 lines
1.6 KiB
Plaintext

// LABOUR SHUTTLES
/datum/map_template/shuttle/labour
port_id = "labour"
who_can_purchase = null
/datum/map_template/shuttle/labour/box
suffix = "box"
name = "labour shuttle (Box)"
/datum/map_template/shuttle/labour/generic
suffix = "generic"
name = "labour shuttle (Generic)"
/datum/map_template/shuttle/labour/delta
suffix = "delta"
name = "labour shuttle (Delta)"
/datum/map_template/shuttle/labour/kilo
suffix = "kilo"
name = "labour shuttle (Kilo)"
/datum/map_template/shuttle/labour/nebula
suffix = "nebula"
name = "labour shuttle (Nebula)"
// MINING SHUTTLES
/datum/map_template/shuttle/mining
port_id = "mining"
who_can_purchase = null
/datum/map_template/shuttle/mining/box
suffix = "box"
name = "mining shuttle (Box)"
/datum/map_template/shuttle/mining/delta
suffix = "delta"
name = "mining shuttle (Delta)"
/datum/map_template/shuttle/mining/kilo
suffix = "kilo"
name = "mining shuttle (Kilo)"
/datum/map_template/shuttle/mining/large
suffix = "large"
name = "mining shuttle (Large)"
/datum/map_template/shuttle/mining/northstar
suffix = "northstar"
name = "mining shuttle (North Star)"
/datum/map_template/shuttle/mining/nebula
suffix = "nebula"
name = "mining shuttle (Nebula)"
// MINING COMMON SHUTTLES
/datum/map_template/shuttle/mining_common
port_id = "mining_common"
who_can_purchase = null
/datum/map_template/shuttle/mining_common/meta
suffix = "meta"
name = "lavaland shuttle (Meta)"
/datum/map_template/shuttle/mining_common/kilo
suffix = "kilo"
name = "lavaland shuttle (Kilo)"
/datum/map_template/shuttle/mining_common/northstar
suffix = "northstar"
name = "lavaland shuttle (North Star)"