Power Outage Buffs (#18457)

* Power Outage Buffs

Added emergency door releases to autoresleever rooms.
Changed autoresleevers to still work without power.
Added short range radios (off by default) to emergency supply boxes.
Changed APCs to allow the cover to be opened by anyone beneath 15% charge.

* Update stellar_delight3.dmm

Gives APCs on the SD comms rooms more charge. Seems tether already has these.

* Update stellar_delight3.dmm
This commit is contained in:
SatinIsle
2025-09-11 20:22:46 -04:00
committed by GitHub
parent 31130fef6e
commit 5411fd352d
9 changed files with 60 additions and 8 deletions
@@ -610,6 +610,9 @@ GLOBAL_DATUM(autospeaker, /mob/living/silicon/ai/announcer)
channels[ch_name] = 0
..()
/obj/item/radio/start_off
listening = FALSE
///////////////////////////////
//////////Borg Radios//////////
///////////////////////////////
@@ -78,7 +78,8 @@
starts_with = list(
/obj/item/tool/prybar/red,
/obj/item/clothing/glasses/goggles,
/obj/item/clothing/mask/breath
/obj/item/clothing/mask/breath,
/obj/item/radio/start_off
)
/obj/item/storage/box/survival/synth
@@ -87,7 +88,8 @@
icon_state = "survival_synth"
starts_with = list(
/obj/item/tool/prybar/red,
/obj/item/clothing/glasses/goggles
/obj/item/clothing/glasses/goggles,
/obj/item/radio/start_off
)
/obj/item/storage/box/survival/comp