Institute limit on StartInventory

This commit is contained in:
NewSoupVi
2025-05-08 14:54:11 +02:00
committed by GitHub
parent bcd7d62d0b
commit 8384a23fe2

View File

@@ -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):