Fixes typos and show messages. Fixes attack animation code.

This commit is contained in:
phil235
2014-11-03 01:06:02 +01:00
parent 3f30912c51
commit 8b49caa5ee
10 changed files with 20 additions and 14 deletions

View File

@@ -151,6 +151,7 @@
/obj/effect/blob/attackby(var/obj/item/weapon/W, var/mob/user)
user.changeNext_move(CLICK_CD_MELEE)
user.do_attack_animation()
playsound(src.loc, 'sound/effects/attackblob.ogg', 50, 1)
src.visible_message("<span class='danger'>The [src.name] has been attacked with \the [W][(user ? " by [user]" : "")]!</span>")
var/damage = 0