From 0cef3955afe479d9be6c817360d44f8ccbeab24f Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 25 Nov 2019 22:02:25 -0700 Subject: [PATCH] update --- play.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play.py b/play.py index 0859961..ca8fedf 100644 --- a/play.py +++ b/play.py @@ -131,7 +131,7 @@ def play_aidungeon_2(): if player_won(result): console_print(result + "\n CONGRATS YOU WIN") break - elif player_died(result) + elif player_died(result): action = "> You die." final_result = story_manager.act(action) console_print(result + final_result)