add XP config multiplier

This commit is contained in:
2025-02-28 13:17:38 -06:00
parent 2b4a87777c
commit 6d004d631c
+1
View File
@@ -2958,6 +2958,7 @@ public class PlayerCharacter extends AbstractCharacter {
}
public synchronized void grantXP(int xp) {
xp *= LootManager.NORMAL_EXP_RATE;
int groupSize = 1;
if(GroupManager.getGroup(this)!= null)
groupSize = GroupManager.getGroup(this).members.size();