mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] Power Outage Buffs (#11627)
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
42dfd30756
commit
71ce1e1323
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user