SkillShot tweaks

This commit is contained in:
nossr50
2020-01-14 20:09:41 -08:00
parent a118d8465e
commit ceaff0c862
2 changed files with 2 additions and 2 deletions

View File

@ -248,7 +248,7 @@ public final class CombatUtils {
}
if (archeryManager.canSkillShot()) {
//not additive
//Not Additive
finalDamage = archeryManager.skillShot(initialDamage);
}