Fixes Interrogation Intercom (#15413)

This commit is contained in:
SleepyGemmy
2022-12-24 13:31:15 +01:00
committed by GitHub
parent eaf7795961
commit 16601c0ea1
2 changed files with 7 additions and 0 deletions
@@ -66,6 +66,7 @@
set_frequency(1449)
/obj/item/device/radio/intercom/interrogation/broadcasting/Initialize() // The detainee's side.
. = ..()
set_broadcasting(TRUE)
set_listening(FALSE)
+6
View File
@@ -0,0 +1,6 @@
author: SleepyGemmy
delete-after: True
changes:
- bugfix: "Fixes the interrogation radio init."