* Support - Fixed that the tooltip text was always created without "other" .

This commit is contained in:
LevelX2 2016-01-12 15:36:52 +01:00
parent eb984cc774
commit afb1ae16ea

View file

@ -65,6 +65,7 @@ public class SupportEffect extends AddCountersTargetEffect {
public SupportEffect(final SupportEffect effect) {
super(effect);
this.amountSupportTargets = effect.amountSupportTargets;
this.otherPermanent = effect.otherPermanent;
}
@Override