Apply premium exp rates in addExpAndSp method.
This commit is contained in:
@ -108,6 +108,13 @@ public class PcStat extends PlayableStat
|
||||
return;
|
||||
}
|
||||
|
||||
// Premium rates
|
||||
if (activeChar.hasPremiumStatus())
|
||||
{
|
||||
addToExp *= Config.PREMIUM_RATE_XP;
|
||||
addToSp *= Config.PREMIUM_RATE_SP;
|
||||
}
|
||||
|
||||
final double baseExp = addToExp;
|
||||
final double baseSp = addToSp;
|
||||
|
||||
|
Reference in New Issue
Block a user