Adds attack animation calls for attack_generic()

This commit is contained in:
mwerezak
2015-05-20 00:19:39 -04:00
parent 20b72b9911
commit 87178d74a6
17 changed files with 23 additions and 6 deletions

View File

@@ -192,5 +192,6 @@
if(!breakable || !damage || !wallbreaker)
return 0
visible_message("<span class='danger'>[user] [attack_verb] the [src] apart!</span>")
user.do_attack_animation(src)
spawn(1) qdel(src)
return 1