mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Adds an intercom interference malf ai module (#64670)
* Adds a radio interference malf ai module * uses on/listening getters
This commit is contained in:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user