From 716cd1f9d129e11c18859c2912acc0a71e182a5b Mon Sep 17 00:00:00 2001 From: Tacoman369 <90735287+Tacoman369@users.noreply.github.com> Date: Fri, 21 Aug 2026 15:48:26 -0500 Subject: [PATCH 1/2] Start With Strays Fix - Passes the StrayFairySanity option value to the patch side for functionality - Removes CT Stray from being added to the starting Inventory when StrayFairySanity is set to Start With --- source/settings.cpp | 2 +- source/starting_inventory.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/source/settings.cpp b/source/settings.cpp index 2fafae8..2db780f 100644 --- a/source/settings.cpp +++ b/source/settings.cpp @@ -774,7 +774,7 @@ namespace Settings { ctx.mapsAndCompasses = MapsAndCompasses.Value(); ctx.keysanity = Keysanity.Value(); ctx.bossKeysanity = BossKeysanity.Value(); - //ctx.strayFairysanity = StrayFairysanity.Value(); + ctx.strayFairysanity = StrayFairysanity.Value(); ctx.shuffleRewards = ShuffleRewards.Value(); //ctx.shuffleHeartContainers = (ShuffleHeartContainers) ? 1 : 0; diff --git a/source/starting_inventory.cpp b/source/starting_inventory.cpp index bb341ec..5c7b4c6 100644 --- a/source/starting_inventory.cpp +++ b/source/starting_inventory.cpp @@ -54,7 +54,6 @@ void GenerateStartingInventory() { } if (StrayFairysanity.Value() == 1/*Start With*/) { - AddItemToInventory(CT_STRAY_FAIRY, 1); AddItemToInventory(WF_STRAY_FAIRY, 15); AddItemToInventory(SH_STRAY_FAIRY, 15); AddItemToInventory(GBT_STRAY_FAIRY, 15); From e436231b616e23a61806c135d84b29c56feb5d5f Mon Sep 17 00:00:00 2001 From: Tacoman369 <90735287+Tacoman369@users.noreply.github.com> Date: Fri, 21 Aug 2026 15:53:09 -0500 Subject: [PATCH 2/2] Update Z3DR --- Z3DR | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Z3DR b/Z3DR index 0d9faa3..bab9d6c 160000 --- a/Z3DR +++ b/Z3DR @@ -1 +1 @@ -Subproject commit 0d9faa3a01416a94fe68273ed542e221954302c1 +Subproject commit bab9d6c75e84022e675696ed0a22ad88adee2212