Fixed katana jaunt not working on dark tiles.

This commit is contained in:
Useroth
2019-04-28 15:49:00 +02:00
parent 7018372c5c
commit cd5317d137

View File

@@ -32,7 +32,7 @@
if(!IsAvailable())
return
var/turf/T = get_turf(target)
if(target in view(user.client.view, get_turf(user)))
if(target in view(user.client.view, user))
var/obj/spot1 = new phaseout(get_turf(user), user.dir)
user.forceMove(T)
playsound(T, dash_sound, 25, 1)