mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
update
This commit is contained in:
@@ -136,8 +136,11 @@ def play_aidungeon_2():
|
||||
break
|
||||
elif player_died(result):
|
||||
console_print(result)
|
||||
console_print("YOU DIED. GAME OVER")
|
||||
break
|
||||
died = input("Did you die? (y/N)")
|
||||
if died.lower() in ["yes", "y"]:
|
||||
console_print("YOU DIED. GAME OVER")
|
||||
break
|
||||
|
||||
else:
|
||||
console_print(result)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user