Changed stat bonus calculation.
This commit is contained in:
		| @@ -389,6 +389,6 @@ public enum Stats | ||||
| 	{ | ||||
| 		final double mul = creature.getStat().getMul(stat); | ||||
| 		final double add = creature.getStat().getAdd(stat); | ||||
| 		return mul * (baseValue + add + creature.getStat().getMoveTypeValue(stat, creature.getMoveType())); | ||||
| 		return (mul * baseValue) + add + creature.getStat().getMoveTypeValue(stat, creature.getMoveType()); | ||||
| 	} | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment