From 651059438cd984a85c6c40b35fd617972a658b2a Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 8 Dec 2019 14:17:05 -0500 Subject: [PATCH] Kicks are space only now. --- files/instructions.txt | 2 +- monkeyspank | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/instructions.txt b/files/instructions.txt index 2936752..6bdcbb0 100644 --- a/files/instructions.txt +++ b/files/instructions.txt @@ -4,5 +4,5 @@ Use the arrow keys to spank the monkey. Left arrow for left speaker, down or up arrow for centered in both speakers, or right for the right speaker. Don't take too long, monkeys don't like to wait for their spankings. Along the way there will be distracting encouragements, so listen carefully. -If ButtHead insults you, don't forget to kick him in the nads! Press space or control to kick him. +If ButtHead insults you, don't forget to kick him in the nads! Press space to kick him. You have to be qujick though, or he'll get away. diff --git a/monkeyspank b/monkeyspank index 4a3073d..0bd1a9c 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 in [pygame.K_SPACE, pygame.K_LCTRL, pygame.K_RCTRL]) and (bonus == True): + elif (event.key == [pygame.K_SPACE) and (bonus == True): bonus == False points += 100 k = pygame.mixer.Channel(0)