mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
name conflict
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user