Some updates

This commit is contained in:
SandPoot
2022-03-05 16:18:17 -03:00
parent 21b68944e7
commit 7bf1bcf857
2 changed files with 20 additions and 10 deletions
@@ -47,8 +47,8 @@
return
if(!isturf(user.loc))
return
if(!get_path_to(user, target, max_distance = changeling.sting_range, simulated_only = FALSE))
return
if(!length(get_path_to(user, target, max_distance = changeling.sting_range, simulated_only = FALSE)))
return // no path within the sting's range is found. what a weird place to use the pathfinding system
return 1
/obj/effect/proc_holder/changeling/sting/sting_feedback(mob/user, mob/target)