Fixes missing alien-on-space pod attack cooldown

This commit is contained in:
Krausus
2015-05-11 09:23:50 -04:00
parent 9d712fe623
commit 035b873c0e
+1
View File
@@ -98,6 +98,7 @@
return
/obj/spacepod/attack_alien(mob/user as mob)
user.changeNext_move(CLICK_CD_MELEE)
deal_damage(15)
playsound(src.loc, 'sound/weapons/slash.ogg', 50, 1, -1)
user << "\red You slash at the armored suit!"