forked from mirror/Archipelago
Core: Institute limit of 10000 items on StartInventory (#4972)
* Institute limit on StartInventory * Update Options.py * Update Options.py Co-authored-by: Scipio Wright <[email protected]> * Update Options.py --------- Co-authored-by: Scipio Wright <[email protected]>
This commit is contained in:
co-authored by
Scipio Wright
parent
cbfcaeba8b
commit
4e61f1f23c
@@ -1353,6 +1353,7 @@ class StartInventory(ItemDict):
|
||||
verify_item_name = True
|
||||
display_name = "Start Inventory"
|
||||
rich_text_doc = True
|
||||
max = 10000
|
||||
|
||||
|
||||
class StartInventoryPool(StartInventory):
|
||||
|
||||
Reference in New Issue
Block a user