Skip to content

Commit

Permalink
Fixed an oopsie
Browse files Browse the repository at this point in the history
making it impossible to read singular selections
  • Loading branch information
Zephira58 committed Feb 25, 2022
1 parent 03ce16d commit b533efb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Randomizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def invalid():
if keyboard.read_key() == '1':
gen()
print(random.choice(weapons))
cls()
time.sleep(5)
intro()
elif keyboard.read_key() == '2':
w1 = random.choice(weapons)
Expand All @@ -166,7 +166,7 @@ def invalid():
if keyboard.read_key() == '1':
gen()
print(random.choice(shields))
cls()
time.sleep(5)
intro()
elif keyboard.read_key() == '2':
s1 = random.choice(shields)
Expand Down

0 comments on commit b533efb

Please sign in to comment.