Minor comment changes.

This commit is contained in:
MobiusDev
2016-02-19 10:49:35 +00:00
parent 18f610bb3d
commit 66c104b88b
33 changed files with 85 additions and 85 deletions

View File

@@ -1442,7 +1442,7 @@ public final class Formulas
double val = 0;
if (attacker.isChargedShot(ShotType.BLESSED_SPIRITSHOTS))
{
val = mAtk * 3.0;// 3.0 is the blessed spiritshot multiplier
val = mAtk * 3.0; // 3.0 is the blessed spiritshot multiplier
}
val += mAtk;
val = (Math.sqrt(val) / target.getMDef(null, null)) * 11.0;