fixes venus trap (#20526)

This commit is contained in:
Luc
2023-03-13 22:27:37 +00:00
committed by GitHub
parent 6db5123651
commit 74cbfc57a3
@@ -114,6 +114,7 @@
if(O.density)
return
var/dist = get_dist(src,the_target)
changeNext_move(CLICK_CD_MELEE)
Beam(the_target, "vine", time=dist*2, maxdistance=dist+2, beam_type=/obj/effect/ebeam/vine)
the_target.attack_animal(src)