diff options
-rw-r--r-- | AnodyneArchipelago/Plugin.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/AnodyneArchipelago/Plugin.cs b/AnodyneArchipelago/Plugin.cs index d5dba43..24345fc 100644 --- a/AnodyneArchipelago/Plugin.cs +++ b/AnodyneArchipelago/Plugin.cs | |||
@@ -244,6 +244,12 @@ namespace AnodyneArchipelago | |||
244 | GlobalState.SpawnEntity((Entity)new DoorToggle(__result.Position, __result.width, __result.height)); | 244 | GlobalState.SpawnEntity((Entity)new DoorToggle(__result.Position, __result.width, __result.height)); |
245 | } | 245 | } |
246 | } | 246 | } |
247 | else if (__instance.Type.FullName == "AnodyneSharp.Entities.Interactive.Npc.MitraCliff") | ||
248 | { | ||
249 | // We want to get rid of this scene entirely. | ||
250 | __instance.Alive = false; | ||
251 | __result.exists = false; | ||
252 | } | ||
247 | } | 253 | } |
248 | } | 254 | } |
249 | 255 | ||