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:
CRUNCH
2025-08-06 06:05:05 +00:00
committed by GitHub
parent b5ac86c818
commit b84ed307e1
3 changed files with 1394 additions and 0 deletions
File diff suppressed because it is too large Load Diff
+7
View File
@@ -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