mirror of
https://github.com/correl/mage.git
synced 2025-03-16 09:16:26 -09:00
Fixed a bug of EntersBattlefieldAbility.
This commit is contained in:
parent
d412a1838f
commit
0b6f338b2c
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public class EntersBattlefieldAbility extends StaticAbility<EntersBattlefieldAbi
|
||||||
protected Boolean showRule;
|
protected Boolean showRule;
|
||||||
|
|
||||||
public EntersBattlefieldAbility(Effect effect) {
|
public EntersBattlefieldAbility(Effect effect) {
|
||||||
this(new EntersBattlefieldEffect(effect), true);
|
this(effect, true);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue