Recursive mob hearing fix

This commit is contained in:
ZomgPonies
2014-01-03 14:09:38 -05:00
parent 7bbf936f45
commit 1ee84515dc
+1 -1
View File
@@ -182,7 +182,7 @@
hear += A
if(isobj(A) || ismob(A))
hear = recursive_mob_check(A, hear, 3, 1, 0, 1)
hear += recursive_mob_check(A, hear, 3, 1, 0, 1)
return hear