Fixing styling on Repair

This commit is contained in:
nossr50
2019-01-21 11:31:02 -08:00
parent e1f11b4059
commit ea0ad38fec
3 changed files with 18 additions and 15 deletions

View File

@ -329,6 +329,11 @@ public class RankUtils {
return subSkillType.getNumRanks();
}
public static String getHighestRankStr(SubSkillType subSkillType)
{
return String.valueOf(subSkillType.getNumRanks());
}
/**
* Get the highest rank of a subskill
* @param abstractSubSkill target subskill