about summary refs log tree commit diff stats
path: root/AnodyneArchipelago
diff options
context:
space:
mode:
Diffstat (limited to 'AnodyneArchipelago')
-rw-r--r--AnodyneArchipelago/Patches/GameplayPatches.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/AnodyneArchipelago/Patches/GameplayPatches.cs b/AnodyneArchipelago/Patches/GameplayPatches.cs index a6b572a..ec04451 100644 --- a/AnodyneArchipelago/Patches/GameplayPatches.cs +++ b/AnodyneArchipelago/Patches/GameplayPatches.cs
@@ -77,11 +77,11 @@ namespace AnodyneArchipelago.Patches
77 { 77 {
78 Plugin.ArchipelagoManager.SendLocation("Temple of the Seeing One - Green Key"); 78 Plugin.ArchipelagoManager.SendLocation("Temple of the Seeing One - Green Key");
79 } 79 }
80 else if (preset.Frame == 1) 80 else if (preset.Frame == 2)
81 { 81 {
82 Plugin.ArchipelagoManager.SendLocation("Red Grotto - Red Key"); 82 Plugin.ArchipelagoManager.SendLocation("Red Grotto - Red Key");
83 } 83 }
84 else if (preset.Frame == 2) 84 else if (preset.Frame == 4)
85 { 85 {
86 Plugin.ArchipelagoManager.SendLocation("Mountain Cavern - Blue Key"); 86 Plugin.ArchipelagoManager.SendLocation("Mountain Cavern - Blue Key");
87 } 87 }