mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Replaces Providence Ruin relay with a powered off subtype (#32205)
* adds powered off relay subtype * gives providence ruin power off relay
This commit is contained in:
@@ -660,8 +660,8 @@
|
||||
/area/lavaland/surface/outdoors/unexplored)
|
||||
"Ed" = (
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/machinery/tcomms/relay,
|
||||
/obj/effect/mapping_helpers/no_lava,
|
||||
/obj/machinery/tcomms/relay/start_off,
|
||||
/turf/simulated/floor/plasteel/lavaland_air,
|
||||
/area/ruin/powered/providence)
|
||||
"Eg" = (
|
||||
|
||||
@@ -235,4 +235,6 @@
|
||||
else
|
||||
to_chat(usr, SPAN_ALERT("<b>ERROR:</b> Core not found. Please file an issue report."))
|
||||
|
||||
|
||||
/obj/machinery/tcomms/relay/start_off/Initialize(mapload) // always starts off
|
||||
. = ..()
|
||||
active = FALSE
|
||||
|
||||
Reference in New Issue
Block a user