[Timespinner] Rename flag and add tiered loot settings (#699)

This commit is contained in:
Colin Lenzen
2022-07-03 08:05:44 -07:00
committed by GitHub
parent 3205cbf932
commit 7d85ab471a
3 changed files with 40 additions and 6 deletions

View File

@@ -228,7 +228,7 @@ def create_item_with_correct_settings(world: MultiWorld, player: int, name: str)
if (name == 'Tablet' or name == 'Library Keycard V') and not is_option_enabled(world, player, "DownloadableItems"):
item.classification = ItemClassification.filler
elif name == 'Oculus Ring' and not is_option_enabled(world, player, "FacebookMode"):
elif name == 'Oculus Ring' and not is_option_enabled(world, player, "EyeSpy"):
item.classification = ItemClassification.filler
elif (name == 'Kobo' or name == 'Merchant Crow') and not is_option_enabled(world, player, "GyreArchives"):
item.classification = ItemClassification.filler