Update 'game2/social.py'

fruitual
aglaia 1 year ago
parent 2cad8fa9af
commit a45c89aa80

@ -17,7 +17,7 @@ inventory = []
def printer (text):
for t in text:
print(t, end = "", flush= True)
time.sleep(random.choice([0.01, 0.02, 0.003]))
time.sleep(random.choice([0.001, 0.002, 0.003]))
print()
# Defining the "taker" function and setting it up in each of the three rooms below

Loading…
Cancel
Save