Reduced a little bit of lag in the /proc/get_mobs_in_radio_ranges(var/list/obj/item/device/radio/radios) proc

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4338 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
rockdtben@gmail.com
2012-08-08 14:04:39 +00:00
parent a8393f5bc7
commit 6efd2ea76a
+1 -1
View File
@@ -246,7 +246,7 @@
if(ear in view(R.canhear_range,radio_loc))
hearers += M
break
else if(ear in range(0, radio_loc))
else if(ear == radio_loc)
hearers += M
break