Skip to content

Commit

Permalink
jew ester egg
Browse files Browse the repository at this point in the history
  • Loading branch information
rutra8002 committed Jul 19, 2024
1 parent 723c589 commit 22741ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion classes/mixer_c.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ def achievement_sound(self):
pass

def soundtrack(self):
if random.randint(1, 1000) == 69:
x = random.randint(1, 1000)
print(x)
if x == 69:
pygame.mixer.music.load('sounds/jews.mp3')
else:
pygame.mixer.music.load('sounds/mc.mp3')
Expand Down

0 comments on commit 22741ec

Please sign in to comment.