Adds the saltmine shuttle. (#35369)
* Adds the saltmine shuttle * Adds an orange, makes the revolver a reverse one * henk * honker * pay me * more cat and cat accessories * memes * Crybabies jeeez * Salt is expensive * There now it's an easter egg shuttle * nani
This commit is contained in:
committed by
CitadelStationBot
parent
d6f916f37b
commit
0f8b7da2a1
@@ -87,6 +87,7 @@
|
||||
description = "A respectable mid-sized shuttle that first saw service shuttling Nanotrasen crew to and from their asteroid belt embedded facilities."
|
||||
credit_cost = 3000
|
||||
|
||||
|
||||
/datum/map_template/shuttle/emergency/bar
|
||||
suffix = "bar"
|
||||
name = "The Emergency Escape Bar"
|
||||
@@ -109,6 +110,18 @@
|
||||
admin_notes = "This shuttle will likely crush escape, killing anyone there."
|
||||
credit_cost = -5000
|
||||
|
||||
/datum/map_template/shuttle/emergency/saltmine
|
||||
suffix = "saltmine"
|
||||
name = "The Saltmine"
|
||||
description = "Contains everything that upsets you."
|
||||
admin_notes = "Don't forget: You're here forever."
|
||||
credit_cost = 5000
|
||||
|
||||
/datum/map_template/shuttle/emergency/saltmine/prerequisites_met()
|
||||
if("revenant" in SSshuttle.shuttle_purchase_requirements_met)
|
||||
return TRUE
|
||||
return FALSE
|
||||
|
||||
/datum/map_template/shuttle/emergency/luxury
|
||||
suffix = "luxury"
|
||||
name = "Luxury Shuttle"
|
||||
|
||||
Reference in New Issue
Block a user