Minor code cleanup.
Contributed by nasseka.
This commit is contained in:
@@ -1401,7 +1401,7 @@ public class Attackable extends Npc
|
||||
}
|
||||
default:
|
||||
{
|
||||
mul = 1.;
|
||||
mul = 1;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -130,8 +130,8 @@ public class PlayerStat extends PlayableStat
|
||||
addToSp *= Config.PREMIUM_RATE_SP;
|
||||
}
|
||||
|
||||
double bonusExp = 1.;
|
||||
double bonusSp = 1.;
|
||||
double bonusExp = 1;
|
||||
double bonusSp = 1;
|
||||
if (useBonuses)
|
||||
{
|
||||
bonusExp = getExpBonusMultiplier();
|
||||
|
||||
Reference in New Issue
Block a user