mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-03-01 03:30:04 +00:00
Prefix 'You have died' with a newline.
This commit is contained in:
parent
72fe0986fd
commit
c6e46398c1
@ -1961,7 +1961,7 @@ end
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
def playerDeath()
|
||||
displayStr("You have died. Press any key to reload.")
|
||||
displayStr("\nYou have died. Press any key to reload.")
|
||||
setPortrait(POdeath)
|
||||
getUpperKey()
|
||||
startGame(FALSE) // don't ask, just load
|
||||
|
Loading…
x
Reference in New Issue
Block a user