xp and conc granted for noob

This commit is contained in:
2024-02-07 21:21:04 -06:00
parent 5fbd5ebb5c
commit 0ce7f64d94
@@ -561,7 +561,7 @@ public enum InterestManager implements Runnable {
PowersManager.applyPower(player,player,Vector3fImmutable.ZERO,441156479,40,false);
}
if(player.getPromotionClass() == null){
player.grantXP(175000 - player.getExp());
player.grantXP(200000 - player.getExp());
}
}