Spaces:
Runtime error
Runtime error
Commit
·
dc2233c
1
Parent(s):
d484afa
bug fix
Browse files- game_content.py +1 -1
game_content.py
CHANGED
@@ -434,7 +434,7 @@ To play again, please refresh the page.
|
|
434 |
def game_over_fail_txt(s_reason):
|
435 |
return f"""//################################################################################################//
|
436 |
## {S_GAME_OVER}. &&
|
437 |
-
## {
|
438 |
## YOU LOSE. &&
|
439 |
//################################################################################################//
|
440 |
|
|
|
434 |
def game_over_fail_txt(s_reason):
|
435 |
return f"""//################################################################################################//
|
436 |
## {S_GAME_OVER}. &&
|
437 |
+
## {s_reason}
|
438 |
## YOU LOSE. &&
|
439 |
//################################################################################################//
|
440 |
|