From 9605c98fe1d9bff3d10c1778ddcb5292af2848eb Mon Sep 17 00:00:00 2001 From: Andrew Sonnier Date: Tue, 24 Mar 2026 18:44:23 -0400 Subject: [PATCH] Add starting items to ManualWorld to allow interacting with in hooks --- src/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/__init__.py b/src/__init__.py index 0813346f..eb5b0656 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -66,6 +66,7 @@ class ManualWorld(World): location_name_to_location = location_name_to_location location_name_groups = location_name_groups victory_names = victory_names + starting_items = starting_items event_name_to_event = event_name_to_event