From 4e61f1f23c14c20d244766c3c33c8a302d600f29 Mon Sep 17 00:00:00 2001 From: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com> Date: Sat, 10 May 2025 04:11:39 +0200 Subject: [PATCH] Core: Institute limit of 10000 items on StartInventory (#4972) * Institute limit on StartInventory * Update Options.py * Update Options.py Co-authored-by: Scipio Wright * Update Options.py --------- Co-authored-by: Scipio Wright --- Options.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Options.py b/Options.py index bea3804d..41c2a77d 100644 --- a/Options.py +++ b/Options.py @@ -1353,6 +1353,7 @@ class StartInventory(ItemDict): verify_item_name = True display_name = "Start Inventory" rich_text_doc = True + max = 10000 class StartInventoryPool(StartInventory):