|
|
@ -17,7 +17,7 @@ inventory = []
|
|
|
|
def printer (text):
|
|
|
|
def printer (text):
|
|
|
|
for t in text:
|
|
|
|
for t in text:
|
|
|
|
print(t, end = "", flush= True)
|
|
|
|
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()
|
|
|
|
print()
|
|
|
|
|
|
|
|
|
|
|
|
# Defining the "taker" function and setting it up in each of the three rooms below
|
|
|
|
# Defining the "taker" function and setting it up in each of the three rooms below
|
|
|
|