diff --git a/Z3DR b/Z3DR index 0d9faa3..bab9d6c 160000 --- a/Z3DR +++ b/Z3DR @@ -1 +1 @@ -Subproject commit 0d9faa3a01416a94fe68273ed542e221954302c1 +Subproject commit bab9d6c75e84022e675696ed0a22ad88adee2212 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);