mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 07:03:30 +01:00
stay along side your dance floor! (#22121)
This commit is contained in:
@@ -316,6 +316,8 @@ Difficulty: Hard
|
||||
/mob/living/simple_animal/hostile/megafauna/hierophant/proc/blink(mob/victim) //blink to a target
|
||||
if(blinking || !victim)
|
||||
return
|
||||
if(victim.z != z)
|
||||
return
|
||||
var/turf/T = get_turf(victim)
|
||||
var/turf/source = get_turf(src)
|
||||
new /obj/effect/temp_visual/hierophant/telegraph(T, src)
|
||||
|
||||
Reference in New Issue
Block a user