From f7f60297d4efa1f6d6aafb236f57a303b4524572 Mon Sep 17 00:00:00 2001 From: Limiana <5073202+Limiana@users.noreply.github.com> Date: Tue, 7 Jan 2025 23:25:09 +0300 Subject: [PATCH] Update --- ScriptUpdateFileGenerator/Program.cs | 2 +- .../Duties/Dawntrail/The Futures Rewritten/P3 Apocalypse.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ScriptUpdateFileGenerator/Program.cs b/ScriptUpdateFileGenerator/Program.cs index d8c11772..5a006819 100644 --- a/ScriptUpdateFileGenerator/Program.cs +++ b/ScriptUpdateFileGenerator/Program.cs @@ -87,6 +87,6 @@ static void ProcessDirectory(string[] path, string directory) [GeneratedRegex("([a-z0-9_\\.]+)\\s*:\\s*SplatoonScript", RegexOptions.IgnoreCase, "en-US")] private static partial Regex ClassRegex(); - [GeneratedRegex("override.+Metadata.+Metadata.+new\D+([0-9]+)")] + [GeneratedRegex(@"override.+Metadata.+Metadata.+new\D+([0-9]+)")] private static partial Regex VersionRegex(); } diff --git a/SplatoonScripts/Duties/Dawntrail/The Futures Rewritten/P3 Apocalypse.cs b/SplatoonScripts/Duties/Dawntrail/The Futures Rewritten/P3 Apocalypse.cs index 060dca85..b2c56049 100644 --- a/SplatoonScripts/Duties/Dawntrail/The Futures Rewritten/P3 Apocalypse.cs +++ b/SplatoonScripts/Duties/Dawntrail/The Futures Rewritten/P3 Apocalypse.cs @@ -37,7 +37,7 @@ public unsafe class P3_Apocalypse : SplatoonScript - Added an option to make safe spots different when rotating cw and ccw """, [10] = "Added second stack display hint", - [11] = "Fixed issues regarding to second stack" + [11] = "Fixed issues regarding to second stack", }; public int NumDebuffs => Svc.Objects.OfType().Count(x => x.StatusList.Any(s => s.StatusId == 2461));