mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00: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;
|
||||
|
||||
public EntersBattlefieldAbility(Effect effect) {
|
||||
this(new EntersBattlefieldEffect(effect), true);
|
||||
this(effect, true);
|
||||
}
|
||||
/**
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue