mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-13 11:24:34 +00:00
Fixed katana jaunt not working on dark tiles.
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
if(!IsAvailable())
|
if(!IsAvailable())
|
||||||
return
|
return
|
||||||
var/turf/T = get_turf(target)
|
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)
|
var/obj/spot1 = new phaseout(get_turf(user), user.dir)
|
||||||
user.forceMove(T)
|
user.forceMove(T)
|
||||||
playsound(T, dash_sound, 25, 1)
|
playsound(T, dash_sound, 25, 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user