mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-01-21 07:32:06 +00:00
Always beep when blocked, whether blocked by an obstacle or the edge of the map.
This commit is contained in:
parent
cb124995f4
commit
ac680b47d2
@ -1301,7 +1301,9 @@ def moveForward()
|
|||||||
val = advance()
|
val = advance()
|
||||||
|
|
||||||
// If not blocked, render at the new position.
|
// If not blocked, render at the new position.
|
||||||
if val > 0
|
if val == 0
|
||||||
|
beep()
|
||||||
|
else
|
||||||
if !mapIs3D
|
if !mapIs3D
|
||||||
doRender()
|
doRender()
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user