Minor code cleanup.
Contributed by nasseka.
This commit is contained in:
@@ -1395,7 +1395,7 @@ public class Attackable extends Npc
|
||||
}
|
||||
default:
|
||||
{
|
||||
mul = 1.;
|
||||
mul = 1;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
@@ -120,8 +120,8 @@ public class PlayerStat extends PlayableStat
|
||||
|
||||
final double baseExp = addToExp;
|
||||
final double baseSp = addToSp;
|
||||
double bonusExp = 1.;
|
||||
double bonusSp = 1.;
|
||||
double bonusExp = 1;
|
||||
double bonusSp = 1;
|
||||
if (useBonuses)
|
||||
{
|
||||
if (player.isFishing())
|
||||
|
Reference in New Issue
Block a user