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
@@ -283,7 +283,7 @@ the implant may become unstable and either pre-maturely inject the subject or si
if(M.stat == 2)
var/turf/t = get_turf(M)
var/obj/item/device/radio/headset/a = new /obj/item/device/radio/headset(null)
a.autosay("[mobname] has died in [t.loc.name]!", "[mobname]'s Death Alarm")
a.autosay("states, \"[mobname] has died in [t.loc.name]!\"", "[mobname]'s Death Alarm")
del(a)
processing_objects.Remove(src)