mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Merge pull request #355 from SkyMarshal/master
Radio alert on singularity containment failure now goes to the Engineering Channel.
This commit is contained in:
@@ -333,7 +333,8 @@ field_generator power level display
|
|||||||
if(!containment_fail_announced)
|
if(!containment_fail_announced)
|
||||||
containment_fail_announced = 1
|
containment_fail_announced = 1
|
||||||
var/obj/item/device/radio/a = new /obj/item/device/radio(null)
|
var/obj/item/device/radio/a = new /obj/item/device/radio(null)
|
||||||
a.autosay("DANGER! Field failure detected! Immediate response advised!", "Singularity Monitoring Computer")
|
a.config(list("Engineering" = 0))
|
||||||
|
a.autosay("DANGER! Field failure detected! Immediate response advised!", "Singularity Monitoring Computer", "department")
|
||||||
del(a)
|
del(a)
|
||||||
spawn(6000) //10 minutes.
|
spawn(6000) //10 minutes.
|
||||||
containment_fail_announced = 0
|
containment_fail_announced = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user