Special line damage increase now applies to healing special lines as well #352

This commit is contained in:
Ziggy
2021-04-10 00:02:43 +02:00
parent b05a2a63cc
commit f627f83a69
2 changed files with 4 additions and 1 deletions

View File

@@ -61,6 +61,9 @@ enum CombatCommandHeal implements CombatCommandHitType {
healAmount *= healingPotency;
}
// Apply special line heal boost
healAmount += CombatCommandCommon.getAddedDamageBoost(source, combatCommand);
switch (combatCommand.getAttackType()) {
case SINGLE_TARGET: {
switch (combatCommand.getTargetType()) {