mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
008b044ac5
* Emergency shuttle information display improvements * Update emergency.dm * Update emergency.dm * Modular shuttles --------- Co-authored-by: Tim <timothymtorres@gmail.com> Co-authored-by: Giz <13398309+vinylspiders@users.noreply.github.com>
29 lines
1.3 KiB
Plaintext
29 lines
1.3 KiB
Plaintext
/datum/map_template/shuttle/ruin
|
|
port_id = "ruin"
|
|
who_can_purchase = null
|
|
|
|
/datum/map_template/shuttle/ruin/cyborg_mothership
|
|
suffix = "cyborg_mothership"
|
|
name = "Cyborg Mothership"
|
|
description = "A highly industrialised vessel designed for silicon operation infested with hivebots and space vines."
|
|
|
|
/datum/map_template/shuttle/ruin/caravan_victim
|
|
suffix = "caravan_victim"
|
|
name = "Small Freighter"
|
|
description = "Small freight vessel, starts near blacked-out with 3 Syndicate Commandos and 1 Syndicate Stormtrooper, alongside a large hull breach."
|
|
|
|
/datum/map_template/shuttle/ruin/pirate_cutter
|
|
suffix = "pirate_cutter"
|
|
name = "Pirate Cutter"
|
|
description = "Small pirate vessel with ballistic turrets. Spawns with 3 pirate mobs, one of which drops an energy cutlass."
|
|
|
|
/datum/map_template/shuttle/ruin/syndicate_dropship
|
|
suffix = "syndicate_dropship"
|
|
name = "Syndicate Dropship"
|
|
description = "Light Syndicate vessel with laser turrets. Spawns with a Syndicate mob in the bridge."
|
|
|
|
/datum/map_template/shuttle/ruin/syndicate_fighter_shiv
|
|
suffix = "syndicate_fighter_shiv"
|
|
name = "Syndicate Fighter"
|
|
description = "A small Syndicate vessel with exactly one tile of useful interior space and 4 laser turrets. Starts with a Syndicate mob in the pilot's seat, and extremely cramped."
|