mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-08-30 11:13:59 +08:00
Update play.py
This commit is contained in:
@@ -135,9 +135,9 @@ def play_aidungeon_2():
|
||||
console_print(result + "\n CONGRATS YOU WIN")
|
||||
break
|
||||
elif player_died(result):
|
||||
console_print(result):
|
||||
console_print(result)
|
||||
died = input("Did you die? (y/N)")
|
||||
if died.lower() in ["yes", "y"]
|
||||
if died.lower() in ["yes", "y"]:
|
||||
console_print("YOU DIED. GAME OVER")
|
||||
break
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user