[FIX] El abad ja no se queda de peu en les escales

This commit is contained in:
2026-05-24 13:13:54 +02:00
parent 9cbe4d0075
commit 995e021c10
+5 -1
View File
@@ -598,7 +598,11 @@ function abad_state_falling()
end
if abad_land() then
abad.update=abad_state_normal
if abad_in_stairs(0,-1) then
abad.update=abad_state_stairs
else
abad.update=abad_state_normal
end
return
end