Adds an intercom interference malf ai module (#64670)

* Adds a radio interference malf ai module

* uses on/listening getters
This commit is contained in:
ArcaneDefence
2022-02-07 23:07:27 -08:00
committed by GitHub
parent 849e8431e1
commit e421db76bc
4 changed files with 36 additions and 0 deletions
@@ -22,6 +22,11 @@
if(!current_area)
return
RegisterSignal(current_area, COMSIG_AREA_POWER_CHANGE, .proc/AreaPowerCheck)
GLOB.intercoms_list += src
/obj/item/radio/intercom/Destroy()
. = ..()
GLOB.intercoms_list -= src
/obj/item/radio/intercom/examine(mob/user)
. = ..()