mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Adds a new Emergency Shuttle: The Clockwork Shuttle (#29794)
* Create emergency_clockwork.dmm * Praise ratvar! * Update emergency_clockwork.dmm * removes a stray light toob
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -92,6 +92,13 @@
|
||||
suffix = "meta"
|
||||
name = "Emergency shuttle (Metastation)"
|
||||
|
||||
/datum/map_template/shuttle/emergency/clockwork
|
||||
suffix = "clockwork"
|
||||
name = "Clockwork Shuttle"
|
||||
description = "A shuttle constructed mostly from brass and clockwork. \
|
||||
A large portion of the shuttle is dominated by a chapel that appears to be dedicated to the worship of Ratvar, the Clockwork Justicular."
|
||||
admin_notes = "Contains 4 inactive clockwork marauder constructs. Put players into the constructs if you want them to move."
|
||||
|
||||
/datum/map_template/shuttle/emergency/narnar
|
||||
suffix = "narnar"
|
||||
name = "Shuttle 667"
|
||||
|
||||
@@ -131,6 +131,10 @@
|
||||
return TRUE
|
||||
|
||||
// these, otoh, have some pretty silly features, and are hidden behind emag
|
||||
/datum/supply_packs/abstract/shuttle/clockwork
|
||||
cost = 3000
|
||||
hidden = TRUE
|
||||
template = /datum/map_template/shuttle/emergency/clockwork
|
||||
|
||||
/datum/supply_packs/abstract/shuttle/narnar
|
||||
cost = 3000
|
||||
|
||||
Reference in New Issue
Block a user