mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user