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:
NewSoupVi
2025-05-10 04:11:39 +02:00
committed by GitHub
parent cbfcaeba8b
commit 4e61f1f23c

View File

@@ -1353,6 +1353,7 @@ class StartInventory(ItemDict):
verify_item_name = True
display_name = "Start Inventory"
rich_text_doc = True
max = 10000
class StartInventoryPool(StartInventory):