From f3c76399e0aaa16b792691583f4c88013096438c Mon Sep 17 00:00:00 2001 From: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com> Date: Thu, 8 May 2025 15:00:21 +0200 Subject: [PATCH] Update Options.py --- Options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Options.py b/Options.py index d2e483d0b1..f9843d322c 100644 --- a/Options.py +++ b/Options.py @@ -1353,7 +1353,7 @@ class StartInventory(ItemDict): verify_item_name = True display_name = "Start Inventory" rich_text_doc = True - max = 30000 + max = 10000 class StartInventoryPool(StartInventory):