Update __init__.py

This commit is contained in:
CookieCat
2023-08-29 21:35:42 -04:00
parent c0adc90856
commit e3388261df

View File

@@ -241,7 +241,7 @@ class HatInTimeWorld(World):
spoiler_handle.write("Chapter %i Cost: %i\n" % (i, self.get_chapter_costs()[ChapterIndex(i)]))
for hat in hat_craft_order[self.player]:
spoiler_handle.write("Hat Cost: %s: %i\n" % (hat, hat_yarn_costs[self.player][hat]))
spoiler_handle.write("Hat Cost: %s: %i\n" % (hat, slot_data_yarn_costs[self.player][hat]))
def calculate_yarn_costs(self):
mw = self.multiworld