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
+1
View File
@@ -363,6 +363,7 @@
return
visible_message("<span class='danger'>[user] [attack_message] the [src]!</span>")
user.attack_log += text("\[[time_stamp()]\] <font color='red'>attacked [src.name]</font>")
user.do_attack_animation(src)
src.health -= damage
if(prob(10))
new /obj/effect/decal/cleanable/blood/oil(src.loc)