mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
update exclusion procedure for clarity
This commit is contained in:
@@ -98,5 +98,5 @@ class MinecraftWorld(World):
|
||||
item_data = item_table[name]
|
||||
item = MinecraftItem(name, item_data.progression, item_data.code, self.player)
|
||||
if "Book" in name: # prevent enchanted books from being excluded
|
||||
item.can_be_excluded = False
|
||||
item.never_exclude = True
|
||||
return item
|
||||
|
Reference in New Issue
Block a user