Files
Bubberstation/code/datums/shuttles/pirate.dm
T
ProfakosandGitHub b2119337a0 Renames the ex interdyne pirate shuttle (#78024)
## About The Pull Request

I saw #76676 has staled out and wasn't reopened with the required
changes, so I have done it myself, and renamed the map and the
template's suffix.

## Why It's Good For The Game

Now linux hosts can also experience being raided by angry pharmacists
from space.

## Changelog

🆑
fix: Ex-Interdyne pirates can now successfully spawn on case sensitive
host systems, such as Linux
/🆑
2023-08-31 18:08:22 -07:00

32 lines
799 B
Plaintext

/datum/map_template/shuttle/pirate
port_id = "pirate"
who_can_purchase = null
/datum/map_template/shuttle/pirate/default
suffix = "default"
name = "pirate ship (Default)"
/datum/map_template/shuttle/pirate/silverscale
suffix = "silverscale"
name = "pirate ship (Silver Scales)"
/datum/map_template/shuttle/pirate/dutchman
suffix = "dutchman"
name = "pirate ship (Flying Dutchman)"
/datum/map_template/shuttle/pirate/interdyne
suffix = "ex_interdyne"
name = "pirate ship (Pharmaceutics Biocraft)"
/datum/map_template/shuttle/pirate/grey
suffix = "grey"
name = "pirate ship (The Space Toolbox)"
/datum/map_template/shuttle/pirate/irs
suffix = "irs"
name = "pirate ship (Space IRS)"
/datum/map_template/shuttle/pirate/geode
suffix = "geode"
name = "pirate ship (Lustrous Geode)"