Options: Add PlandoItems to Item&Loc Option Group (#5201)

This commit is contained in:
Exempt-Medic
2025-07-25 15:10:31 -04:00
committed by GitHub
parent ea4c4dcc0c
commit 8499c2fd24

View File

@@ -1644,7 +1644,7 @@ class OptionGroup(typing.NamedTuple):
item_and_loc_options = [LocalItems, NonLocalItems, StartInventory, StartInventoryPool, StartHints, item_and_loc_options = [LocalItems, NonLocalItems, StartInventory, StartInventoryPool, StartHints,
StartLocationHints, ExcludeLocations, PriorityLocations, ItemLinks] StartLocationHints, ExcludeLocations, PriorityLocations, ItemLinks, PlandoItems]
""" """
Options that are always populated in "Item & Location Options" Option Group. Cannot be moved to another group. Options that are always populated in "Item & Location Options" Option Group. Cannot be moved to another group.
If desired, a custom "Item & Location Options" Option Group can be defined, but only for adding additional options to If desired, a custom "Item & Location Options" Option Group can be defined, but only for adding additional options to