[ArchipIDLE] Prevent overwriting global item pool

This commit is contained in:
Chris Wilson 2022-03-13 20:44:08 -04:00
parent b5ce6f0bb0
commit 0714be6b73
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class ArchipIDLEWorld(World):
item.game = 'ArchipIDLE'
item_pool.append(item)
self.world.itempool = item_pool
self.world.itempool += item_pool
def set_rules(self):
set_rules(self.world, self.player)