Moved some stuff around, added a few functions to PartyAPI

This commit is contained in:
GJ
2012-03-29 16:13:43 -04:00
parent 8b4c86c8ba
commit 8bbee7fe06
8 changed files with 55 additions and 35 deletions

View File

@ -175,7 +175,7 @@ public class Skills {
ps.statVal = PP.getSkillLevel(skillType);
}
else {
ps.statVal = m.getPowerLevel(player, PP);
ps.statVal = PP.getPowerLevel();
}
ps.name = player.getName();