Re-added bonk sound when you hit a wall

This commit is contained in:
Martin Haye 2021-10-19 08:01:00 -07:00
parent 1ea4cfd65c
commit 6a2e1356e3

View File

@ -2341,6 +2341,7 @@ export def moveInternal(facingDir, moveDir, beepOK, shouldAdvTime)#1
if beepOK and !inScript // don't beep for scripted moves
clearTextWindow
rawDisplayStr("Blocked!\n")
beep
setTextCountdown
fin
else