From 9c08ff631f07d2f6eee9f637c0e5d833d1497622 Mon Sep 17 00:00:00 2001 From: Nick Walton Date: Thu, 28 Nov 2019 14:16:19 -0700 Subject: [PATCH] Update play.py --- play.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play.py b/play.py index 1115ae7..89be297 100644 --- a/play.py +++ b/play.py @@ -140,7 +140,7 @@ def play_aidungeon_2(): if died.lower() in ["yes", "y"]: console_print("YOU DIED. GAME OVER") break - break + else: console_print(result)