mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-01-15 23:05:45 -05:00
Special line damage increase now applies to healing special lines as well #352
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user