[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
+1 -6
View File
@@ -429,13 +429,8 @@ function abad_state_normal()
abad_make_safe() abad_make_safe()
if controller:check("up") then if abad_in_stairs(0,-1) and controller:check("up") then
if abad_in_stairs(0,-1) then
abad.update=abad_state_stairs abad.update=abad_state_stairs
else
abad.update=abad_state_normal
abad.frame=0
end
elseif controller:check("down") then elseif controller:check("down") then
abad_move_down() abad_move_down()
elseif controller:check("right") then elseif controller:check("right") then