We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7d60c commit 47027daCopy full SHA for 47027da
1 file changed
InscryptionAPI/Pelts/PeltManager.cs
@@ -228,7 +228,7 @@ internal static void CreateDialogueEvents()
228
229
public static string GetTierNameFromPelt(string cardName)
230
{
231
- strring result = "";
+ string result = "";
232
if (cardName.Contains("pelt") || cardName.Contains("pelt")) {
233
result = cardName.ToLowerInvariant().Replace("pelt", "").Replace("pelts", "");
234
result = result.Split('_').Last().ToTitleCase();
0 commit comments