mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
[LTC] Implement Taunt from the Rampart (#10717)
This commit is contained in:
parent
67407a8780
commit
378fd2743e
3 changed files with 45 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ public class CantBlockAllEffect extends RestrictionEffect {
|
|||
this.filter = filter;
|
||||
}
|
||||
|
||||
public CantBlockAllEffect(final CantBlockAllEffect effect) {
|
||||
protected CantBlockAllEffect(final CantBlockAllEffect effect) {
|
||||
super(effect);
|
||||
this.filter = effect.filter;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue