From fe4e6bda0a559a4a2033527e070561abc64ac53f Mon Sep 17 00:00:00 2001 From: mollusk Date: Mon, 22 Jul 2019 19:26:37 -0700 Subject: [PATCH] Remove unused var, add test level --- main.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 0e2140b..544c9ad 100755 --- a/main.py +++ b/main.py @@ -55,7 +55,9 @@ def lvl_one(): prompt = input(">> ") - if prompt == "m": + if prompt == "1": + print("You walk closer to the women but the closer you get, the farther she walks away from you.") + elif prompt == "m": confirm_leave() elif prompt == "q": @@ -68,7 +70,7 @@ def lvl_one(): def main_menu(): clear() pygame.init() - theme = pygame.mixer.music.load("big-booty-judy-drums.ogg") + pygame.mixer.music.load("big-booty-judy-drums.ogg") pygame.mixer.music.play(loops=-1, start=0.0) while 1 == 1: print("""