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