fix Living Breakthrough

This commit is contained in:
xenohedron 2023-08-09 23:26:30 -04:00
parent bfb3998fab
commit 02108f6a62

View file

@ -60,6 +60,7 @@ class LivingBreakthroughEffect extends ContinuousRuleModifyingEffectImpl {
private LivingBreakthroughEffect(final LivingBreakthroughEffect effect) {
super(effect);
this.manaValue = effect.manaValue;
}
@Override