diff options
Diffstat (limited to 'AnodyneArchipelago/Patches/GameplayPatches.cs')
| -rw-r--r-- | AnodyneArchipelago/Patches/GameplayPatches.cs | 10 |
1 files changed, 5 insertions, 5 deletions
| diff --git a/AnodyneArchipelago/Patches/GameplayPatches.cs b/AnodyneArchipelago/Patches/GameplayPatches.cs index ada4159..9db87a5 100644 --- a/AnodyneArchipelago/Patches/GameplayPatches.cs +++ b/AnodyneArchipelago/Patches/GameplayPatches.cs | |||
| @@ -69,15 +69,15 @@ namespace AnodyneArchipelago.Patches | |||
| 69 | 69 | ||
| 70 | if (preset.Frame == 0) | 70 | if (preset.Frame == 0) |
| 71 | { | 71 | { |
| 72 | ArchipelagoManager.SendLocation("Temple of the Seeing One - Green Key"); | 72 | Plugin.ArchipelagoManager.SendLocation("Temple of the Seeing One - Green Key"); |
| 73 | } | 73 | } |
| 74 | else if (preset.Frame == 1) | 74 | else if (preset.Frame == 1) |
| 75 | { | 75 | { |
| 76 | ArchipelagoManager.SendLocation("Red Grotto - Red Key"); | 76 | Plugin.ArchipelagoManager.SendLocation("Red Grotto - Red Key"); |
| 77 | } | 77 | } |
| 78 | else if (preset.Frame == 2) | 78 | else if (preset.Frame == 2) |
| 79 | { | 79 | { |
| 80 | ArchipelagoManager.SendLocation("Mountain Cavern - Blue Key"); | 80 | Plugin.ArchipelagoManager.SendLocation("Mountain Cavern - Blue Key"); |
| 81 | } | 81 | } |
| 82 | } | 82 | } |
| 83 | } | 83 | } |
| @@ -134,7 +134,7 @@ namespace AnodyneArchipelago.Patches | |||
| 134 | 134 | ||
| 135 | if (Locations.LocationsByGuid.ContainsKey(preset.EntityID)) | 135 | if (Locations.LocationsByGuid.ContainsKey(preset.EntityID)) |
| 136 | { | 136 | { |
| 137 | ArchipelagoManager.SendLocation(Locations.LocationsByGuid[preset.EntityID]); | 137 | Plugin.ArchipelagoManager.SendLocation(Locations.LocationsByGuid[preset.EntityID]); |
| 138 | } | 138 | } |
| 139 | } | 139 | } |
| 140 | } | 140 | } |
| @@ -221,7 +221,7 @@ namespace AnodyneArchipelago.Patches | |||
| 221 | 221 | ||
| 222 | if (Locations.LocationsByGuid.ContainsKey(preset.EntityID)) | 222 | if (Locations.LocationsByGuid.ContainsKey(preset.EntityID)) |
| 223 | { | 223 | { |
| 224 | ArchipelagoManager.SendLocation(Locations.LocationsByGuid[preset.EntityID]); | 224 | Plugin.ArchipelagoManager.SendLocation(Locations.LocationsByGuid[preset.EntityID]); |
| 225 | } | 225 | } |
| 226 | } | 226 | } |
| 227 | } | 227 | } |
