diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-02-23 16:42:22 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-02-23 16:42:22 -0500 |
commit | 42bc500a77f4b29d952058aede6abfaf91bd74c8 (patch) | |
tree | bfcdf83f9ec863f807fc9df48c0326ba56402a8e /ArchipelagoManager.cs | |
parent | f5b0daa0279ce4ed272b007ac4324e848ad4b03d (diff) | |
download | manifold-garden-archipelago-42bc500a77f4b29d952058aede6abfaf91bd74c8.tar.gz manifold-garden-archipelago-42bc500a77f4b29d952058aede6abfaf91bd74c8.tar.bz2 manifold-garden-archipelago-42bc500a77f4b29d952058aede6abfaf91bd74c8.zip |
Add support for lasers
The three lasers in Blue are item locked, and the laser in Akshardham requires you to have planted all other god cubes in order to activate.
Diffstat (limited to 'ArchipelagoManager.cs')
-rw-r--r-- | ArchipelagoManager.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ArchipelagoManager.cs b/ArchipelagoManager.cs index 998e2d9..5e1d867 100644 --- a/ArchipelagoManager.cs +++ b/ArchipelagoManager.cs | |||
@@ -29,6 +29,7 @@ namespace ManifoldGardenArchipelago | |||
29 | } | 29 | } |
30 | catch (Exception ex) | 30 | catch (Exception ex) |
31 | { | 31 | { |
32 | Plugin.Logger.LogError(ex.GetBaseException().Message); | ||
32 | return new LoginFailure(ex.GetBaseException().Message); | 33 | return new LoginFailure(ex.GetBaseException().Message); |
33 | } | 34 | } |
34 | 35 | ||