Compare commits

...

4 Commits

Author SHA1 Message Date
NewSoupVi
453d89460f Update Options.py 2025-05-10 04:11:28 +02:00
NewSoupVi
28889e58aa Update Options.py
Co-authored-by: Scipio Wright <scipiowright@gmail.com>
2025-05-09 13:28:36 +02:00
NewSoupVi
f3c76399e0 Update Options.py 2025-05-08 15:00:21 +02:00
NewSoupVi
8384a23fe2 Institute limit on StartInventory 2025-05-08 14:54:11 +02:00

View File

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