mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Fixed CantBlockAbility not working
This commit is contained in:
parent
788c4a06a1
commit
d90e02ae8e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public class CantBlockAbility extends SimpleStaticAbility implements MageSinglet
|
||||||
class CantBlockEffect extends RestrictionEffect<CantBlockEffect> implements MageSingleton {
|
class CantBlockEffect extends RestrictionEffect<CantBlockEffect> implements MageSingleton {
|
||||||
|
|
||||||
public CantBlockEffect() {
|
public CantBlockEffect() {
|
||||||
super(Duration.WhileOnBattlefield);
|
super(Duration.EndOfGame);
|
||||||
}
|
}
|
||||||
|
|
||||||
public CantBlockEffect(final CantBlockEffect effect) {
|
public CantBlockEffect(final CantBlockEffect effect) {
|
||||||
|
|
Loading…
Reference in a new issue