From 766fb3dc2bc90f3f830d5bd3b3cc70995bae5805 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 8 Dec 2019 14:18:11 -0500 Subject: [PATCH] Fixed a syntax error. --- monkeyspank | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkeyspank b/monkeyspank index 0bd1a9c..bcd21bc 100755 --- a/monkeyspank +++ b/monkeyspank @@ -95,7 +95,7 @@ def game(mode): if lose == True: continue taunt = monkey_taunt() timeOut = time.time() - elif (event.key == [pygame.K_SPACE) and (bonus == True): + elif (event.key == pygame.K_SPACE) and (bonus == True): bonus == False points += 100 k = pygame.mixer.Channel(0)