Fix incorrect call to do_attack_animation (#1920)
This commit is contained in:
committed by
kevinz000
parent
bf14c1dd61
commit
6145b939fa
@@ -130,7 +130,7 @@
|
||||
to_chat(src, "<span class='danger'><B>You begin to warp [A].</span></B>")
|
||||
A.visible_message("<span class='danger'>[A] starts to glow faintly!</span>", \
|
||||
"<span class='userdanger'>You start to faintly glow, and you feel strangely weightless!</span>")
|
||||
do_attack_animation(A, null, 1)
|
||||
do_attack_animation(A)
|
||||
|
||||
if(!do_mob(src, A, 60)) //now start the channel
|
||||
to_chat(src, "<span class='danger'><B>You need to hold still!</span></B>")
|
||||
|
||||
Reference in New Issue
Block a user