This commit is contained in:
OTCv8
2020-09-11 01:13:37 +02:00
parent cf931af49e
commit dfd69fd3b5
19 changed files with 308 additions and 79 deletions

View File

@@ -377,7 +377,6 @@ function walk(dir, ticks)
return
elseif not toTile then
player:lockWalk(100) -- bug fix for missing stairs down on map
return
else
if g_app.isMobile() and dir <= Directions.West then
turn(dir, ticks > 0)