last change

This commit is contained in:
Shadow15510 2022-01-11 20:34:09 +01:00
parent 0a4360c554
commit 048fc2ef20
1 changed files with 1 additions and 2 deletions

View File

@ -413,8 +413,7 @@ def quick_save(data, stat):
data_copy[3] += 3
stat_copy = stat[:-1]
print("\"{}\"".format(encode_save(data_copy, stat_copy)))
input()
print_text("\"{}\"".format(encode_save(data_copy, stat_copy)))
events = {"*": npc, "?": point_of_interest}