Tweaked garble-ness on radios in other Z-levels

This commit is contained in:
SkyMarshal
2012-01-05 10:31:42 -07:00
parent 89df766f75
commit 86b42f815f

View File

@@ -236,7 +236,7 @@
for (var/mob/R in receive)
var/turf/gl = get_turf(R)
if(zlev == 25 && !(scrambleoverride || scramble) && (gl.z == cl.z) || !istype(src, /obj/item/device/radio/headset))
zlev = 75
zlev = 85
if (R.client && R.client.STFU_radio) //Adminning with 80 people on can be fun when you're trying to talk and all you can hear is radios.
continue
if (R.say_understands(M) && ((gl.z == cl.z) || !istype(src, /obj/item/device/radio/headset)))