* limit atmos/fire alerts to the current z_level

* atmos/fire alerts are now linked to an object and not its area, as intended
* simplified and full pathed the radio frequency datum
* made radio objects properly clean on del/qdel, instead of letting the radio controller remove nulls at each post_signal()
This commit is contained in:
Menshin
2014-11-14 10:10:45 +01:00
committed by Menshin
parent 864692abad
commit ec944abfc6
32 changed files with 286 additions and 187 deletions
+4
View File
@@ -22,6 +22,10 @@
set_frequency(frequency)
return
/obj/item/device/assembly/signaler/Destroy()
if(radio_controller)
radio_controller.remove_object(src,frequency)
..()
/obj/item/device/assembly/signaler/activate()
if(cooldown > 0) return 0