Skip to content

Commit

Permalink
Standardize capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
Lusamine committed Apr 11, 2022
1 parent 91e3f48 commit 28c65e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PermuteMMO.Lib/Generation/EntityResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ private static string GetFeasibility(ReadOnlySpan<Advance> advances, bool skitti
if (advances.IsAnyMultiScare())
{
if (skittishMulti)
return " -- Skittish: multi scaring with aggressive!";
return " -- Skittish: multi scaring!";
return " -- Skittish: Multi scaring with aggressive!";
return " -- Skittish: Multi scaring!";
}

if (skittishMulti)
Expand Down

0 comments on commit 28c65e3

Please sign in to comment.