Files
Bubberstation/code/datums/shuttles/starfury.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

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"