GODDAMN WHOEVER MAPPED THAT

Also: Added dossier removal to detective comp
Removed extraneous quotes from radio alerts
Altered command channel.
This commit is contained in:
SkyMarshal
2012-02-18 00:04:06 -07:00
parent 8bd0babfe8
commit 13769c5325
9 changed files with 6661 additions and 6638 deletions

View File

@@ -334,7 +334,7 @@ field_generator power level display
containment_fail_announced = 1
var/obj/item/device/radio/a = new /obj/item/device/radio(null)
a.config(list("Engineering" = 0))
a.autosay("DANGER! Field failure detected! Immediate response advised!", "Singularity Monitoring Computer", "department")
a.autosay("\"DANGER! Field failure detected! Immediate response advised!\"", "Singularity Monitoring Computer", "department")
del(a)
spawn(6000) //10 minutes.
containment_fail_announced = 0