From 5d9addae1483c5ccfd75b39b50fb950315f9c55e Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 6 Jun 2016 21:57:23 +0200 Subject: Punch down anytime --- player.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player.lua b/player.lua index d81ceb1..7a6a035 100644 --- a/player.lua +++ b/player.lua @@ -232,7 +232,7 @@ function Player:controllerPressed (key) self:changeAnimation("attack_up") end self:hit(2*f,-10,3*f,7, 0, -1) - elseif controller:isDown("down") and self.inAir then + elseif controller:isDown("down") then -- Punch down if self.current ~= self.animations.damage then self:changeAnimation("attack_down") -- cgit v1.1