mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Core: Institute limit of 10000 items on StartInventory (#4972)
* Institute limit on StartInventory * Update Options.py * Update Options.py Co-authored-by: Scipio Wright <scipiowright@gmail.com> * Update Options.py --------- Co-authored-by: Scipio Wright <scipiowright@gmail.com>
This commit is contained in:
@@ -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