From 28889e58aaeb0084bf7cc3b18c7274cd23ed01cf Mon Sep 17 00:00:00 2001 From: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com> Date: Fri, 9 May 2025 13:28:36 +0200 Subject: [PATCH] Update Options.py Co-authored-by: Scipio Wright --- Options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Options.py b/Options.py index f9843d322c..5c488d7dc4 100644 --- a/Options.py +++ b/Options.py @@ -1349,7 +1349,7 @@ class NonLocalItems(ItemSet): class StartInventory(ItemDict): - """Start with these items. Capped at 30000 per item.""" + """Start with these items. Capped at 10000 per item.""" verify_item_name = True display_name = "Start Inventory" rich_text_doc = True