From 2bab9ca5d159e27bba76b12e149369699d826183 Mon Sep 17 00:00:00 2001 From: Nick Walton Date: Tue, 19 Nov 2019 13:19:12 -0700 Subject: [PATCH] update --- play.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play.py b/play.py index 79c8caa..3ad231b 100644 --- a/play.py +++ b/play.py @@ -9,7 +9,7 @@ def select_game(): print("Which game would you like to play?") options = ["zombies", "hospital", "apocalypse", "classic", "knight", "necromancer", "custom"] for i, option in enumerate(options): - console_print(str(i) + ") " + option + ": " + get_context(option) + "\n") + console_print(str(i) + ") " + option + "\n") choice = get_num_options(len(options)) if options[choice] == "custom":