v1.4.1: fixed shielding and aqua rejuv not proccing talents with pharma
This commit is contained in:
@@ -49,8 +49,8 @@ public class ElixirOfAquaticRejuvenation extends Elixir {
|
||||
PotionOfHealing.pharmacophobiaProc(hero);
|
||||
} else {
|
||||
Buff.affect(hero, AquaHealing.class).set(Math.round(hero.HT * 1.5f));
|
||||
Talent.onHealingPotionUsed( hero );
|
||||
}
|
||||
Talent.onHealingPotionUsed( hero );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -45,7 +45,7 @@ public class PotionOfShielding extends ExoticPotion {
|
||||
} else {
|
||||
//~75% of a potion of healing
|
||||
Buff.affect(hero, Barrier.class).setShield((int) (0.6f * hero.HT + 10));
|
||||
Talent.onHealingPotionUsed( hero );
|
||||
}
|
||||
Talent.onHealingPotionUsed( hero );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user