name conflict

This commit is contained in:
AnturK
2017-09-13 12:03:28 +02:00
parent 703836f2ab
commit 59d72305f0
+3 -3
View File
@@ -256,9 +256,9 @@
return
else
return
var/T = locate(locx,locy,mobloc.z)
if(T)
L.loc = T
var/target = locate(locx,locy,mobloc.z)
if(target)
L.loc = target
var/limit = 2//For only two trailing shadows.
for(var/turf/T in getline(mobloc, L.loc))
new /obj/effect/temp_visual/dir_setting/ninja/shadow(T, L.dir)