mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-07 15:13:52 -08:00
Institute limit on StartInventory
This commit is contained in:
@@ -1349,10 +1349,11 @@ class NonLocalItems(ItemSet):
|
||||
|
||||
|
||||
class StartInventory(ItemDict):
|
||||
"""Start with these items."""
|
||||
"""Start with these items. Capped at 30000 per item."""
|
||||
verify_item_name = True
|
||||
display_name = "Start Inventory"
|
||||
rich_text_doc = True
|
||||
max = 30000
|
||||
|
||||
|
||||
class StartInventoryPool(StartInventory):
|
||||
|
||||
Reference in New Issue
Block a user