This commit is contained in:
bobdobbington
2016-06-27 19:05:26 -07:00
parent 22dfce17d5
commit 4fc41bac33
@@ -191,6 +191,9 @@
update_icon()
return
else
//prevents remote "kicks" with TK
if (abs(usr.x-src.x) > 1 || abs(usr.y-src.y) > 1)
return
user.do_attack_animation(src)
user.visible_message("<span class='danger'>[user] kicks the display case.</span>", \
"<span class='notice'>You kick the display case.</span>")