From 543a19477b6aedce7448ae2f420bf210c1d00c85 Mon Sep 17 00:00:00 2001 From: Ixrec Date: Thu, 6 Jun 2024 12:36:45 +0100 Subject: [PATCH] correct warp pad comments --- mod/WarpPlatforms.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/WarpPlatforms.cs b/mod/WarpPlatforms.cs index b374c1d..b777e19 100644 --- a/mod/WarpPlatforms.cs +++ b/mod/WarpPlatforms.cs @@ -30,8 +30,8 @@ public static bool hasNomaiWarpCodes NomaiWarpPlatform.Frequency.TimeLoop, // Ash Twin to inside Ash Twin Project NomaiWarpPlatform.Frequency.HourglassTwin, // Ash Twin to Ember Twin NomaiWarpPlatform.Frequency.TimberHearth, - NomaiWarpPlatform.Frequency.BrittleHollowPolar, // Ash Twin to Brittle Hollow surface near north pole - NomaiWarpPlatform.Frequency.BrittleHollowForge, // White Hole Station to Brittle Hollow underside of crust, just outside Black Hole Forge + NomaiWarpPlatform.Frequency.BrittleHollowPolar, // White Hole Station to Brittle Hollow surface near north pole + NomaiWarpPlatform.Frequency.BrittleHollowForge, // Ash Twin to Brittle Hollow underside of crust, just outside Black Hole Forge NomaiWarpPlatform.Frequency.GiantsDeep, };