[FIX] Modificat el mapa principal per a pujar de pis sense fer parkour
[NEW] Separats els mapes a fitxers independents [FIX] Altres arreglos menors
This commit is contained in:
+1
-3
@@ -336,8 +336,6 @@ function abad_in_stairs(next_x, next_y)
|
||||
result = true
|
||||
end
|
||||
|
||||
if result then print("IN STAIRS "..next_x.." "..next_y) else print("-") end
|
||||
|
||||
return result
|
||||
end
|
||||
|
||||
@@ -398,7 +396,7 @@ function abad_advance()
|
||||
end
|
||||
|
||||
function abad_move_down()
|
||||
if abad_in_stairs() then
|
||||
if abad_in_stairs(0,1) and not abad_in_floor(0,0) then
|
||||
abad.update=abad_state_stairs
|
||||
else
|
||||
abad.update=abad_state_crouch
|
||||
|
||||
Reference in New Issue
Block a user