fixed High Alert allowing opposing defenders to attack

This commit is contained in:
Evan Kranzler 2019-01-28 18:58:02 -05:00
parent 31311f8220
commit f4401b32f9
2 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,7 @@ public class CombatDamageByToughnessEffect extends ContinuousEffectImpl {
" assigns combat damage equal to its toughness rather than its power";
}
public CombatDamageByToughnessEffect(final CombatDamageByToughnessEffect effect) {
private CombatDamageByToughnessEffect(final CombatDamageByToughnessEffect effect) {
super(effect);
this.filter = effect.filter;
this.onlyControlled = effect.onlyControlled;