Addition of quest 571, 572 and 573.

Contributed by Dmitri.
This commit is contained in:
MobiusDevelopment
2020-02-29 11:16:39 +00:00
parent 559fe9caf6
commit fb9482c8f6
129 changed files with 2809 additions and 477 deletions

View File

@@ -13800,15 +13800,7 @@ public class PlayerInstance extends Playable
public int getFactionLevel(Faction faction)
{
final int currentPoints = getFactionPoints(faction);
for (int i = 0; i < faction.getLevelCount(); i++)
{
if (currentPoints <= faction.getPointsOfLevel(i))
{
return i;
}
}
return 0;
return 5;
}
public float getFactionProgress(Faction faction)