Skip to content

Commit

Permalink
Hunter blink change (#821)
Browse files Browse the repository at this point in the history
* Update abilities_hunter.dm

* Update code/modules/mob/living/carbon/xenomorph/castes/hunter/abilities_hunter.dm

Co-authored-by: Helg2 <[email protected]>
Signed-off-by: spaghetti <[email protected]>

---------

Signed-off-by: spaghetti <[email protected]>
Co-authored-by: Helg2 <[email protected]>
  • Loading branch information
definitelynotspaghetti and Helg2 authored Dec 16, 2024
1 parent e9a3de6 commit 3ab073d
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,19 +239,13 @@
var/turf/target_turf = get_turf(A)
var/turf/origin_turf = get_turf(X)

target_turf = get_step_rand(target_turf)

new /obj/effect/temp_visual/blink_portal(origin_turf)
new /obj/effect/temp_visual/blink_portal(target_turf)
new /obj/effect/particle_effect/sparks(origin_turf)
new /obj/effect/particle_effect/sparks(target_turf)
playsound(target_turf, 'sound/effects/EMPulse.ogg', 25, TRUE)

if(target_turf)
X.forceMove(target_turf)
else
X.forceMove(A.loc)

X.forceMove(target_turf)
X.apply_status_effect(/datum/status_effect/hunt)

succeed_activate()
Expand Down

0 comments on commit 3ab073d

Please sign in to comment.