forgot this bit

This commit is contained in:
necromanceranne
2020-04-07 23:35:10 +10:00
parent b494aa3370
commit 353c6f1348
-1
View File
@@ -16,7 +16,6 @@
A.do_attack_animation(D, ATTACK_EFFECT_PUNCH)
var/atk_verb = pick("left hook","right hook","straight punch")
damage_roll(A,D)
var/extra_damage = damage_roll(A,D)
if(extra_damage == A.dna.species.punchdamagelow)
playsound(D.loc, A.dna.species.miss_sound, 25, 1, -1)