Spaces:
Runtime error
Runtime error
Commit
·
35faeca
1
Parent(s):
dd32f0c
Fixing ascii art
Browse files- game_content.py +2 -2
game_content.py
CHANGED
@@ -441,9 +441,9 @@ To play again, please refresh the page.
|
|
441 |
|
442 |
def game_over_fail_txt(s_reason):
|
443 |
return f"""//################################################################################################//
|
444 |
-
## {S_GAME_OVER}.
|
445 |
## {s_reason}
|
446 |
-
## YOU LOSE.
|
447 |
//################################################################################################//
|
448 |
|
449 |
To play again, please refresh the page.
|
|
|
441 |
|
442 |
def game_over_fail_txt(s_reason):
|
443 |
return f"""//################################################################################################//
|
444 |
+
## {S_GAME_OVER}. &&
|
445 |
## {s_reason}
|
446 |
+
## YOU LOSE. &&
|
447 |
//################################################################################################//
|
448 |
|
449 |
To play again, please refresh the page.
|