mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
## 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 /🆑
22 lines
542 B
Plaintext
22 lines
542 B
Plaintext
/datum/map_template/shuttle/starfury
|
|
port_id = "starfury"
|
|
prefix = "_maps/shuttles/starfury/"
|
|
who_can_purchase = null
|
|
|
|
/datum/map_template/shuttle/starfury/fighter_one
|
|
suffix = "fighter1"
|
|
name = "SBC Starfury Fighter (1)"
|
|
|
|
/datum/map_template/shuttle/starfury/fighter_two
|
|
suffix = "fighter2"
|
|
name = "SBC Starfury Fighter (2)"
|
|
|
|
/datum/map_template/shuttle/starfury/fighter_three
|
|
suffix = "fighter3"
|
|
name = "SBC Starfury Fighter (3)"
|
|
|
|
/datum/map_template/shuttle/starfury/corvette
|
|
suffix = "corvette"
|
|
name = "SBC Starfury Corvette"
|
|
|