Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Limiana committed Jan 7, 2025
1 parent be6b228 commit f7f6029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ScriptUpdateFileGenerator/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Original file line number Diff line number Diff line change
Expand Up @@ -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<IPlayerCharacter>().Count(x => x.StatusList.Any(s => s.StatusId == 2461));
Expand Down

0 comments on commit f7f6029

Please sign in to comment.