[FIX] El abad havia deixat de botar en recte

This commit is contained in:
2026-05-17 21:13:13 +02:00
parent bbe1d539a4
commit c5c72abc73
+2 -7
View File
@@ -429,13 +429,8 @@ function abad_state_normal()
abad_make_safe()
if controller:check("up") then
if abad_in_stairs(0,-1) then
abad.update=abad_state_stairs
else
abad.update=abad_state_normal
abad.frame=0
end
if abad_in_stairs(0,-1) and controller:check("up") then
abad.update=abad_state_stairs
elseif controller:check("down") then
abad_move_down()
elseif controller:check("right") then