From 67aa752c4433c7172cb7ac86728c455d986678bf Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Sat, 14 May 2016 15:53:34 +0100 Subject: [PATCH] fixed punch animation --- api.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api.lua b/api.lua index 41c7f61..101ffbc 100644 --- a/api.lua +++ b/api.lua @@ -1586,9 +1586,9 @@ local do_states = function(self, dtime) if self.double_melee_attack and math.random(1, 2) == 1 then - set_animation(self, "punch") - else set_animation(self, "punch2") + else + set_animation(self, "punch") end local p2 = p