mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
Fixed EntersBattlefieldAbility no rule generation option.
This commit is contained in:
parent
8148c59aee
commit
0840b0b9c9
2 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ public class EntersBattlefieldAbility extends StaticAbility<EntersBattlefieldAbi
|
|||
@Override
|
||||
public String getRule() {
|
||||
if (generateRule != null) {
|
||||
if (generateRule = false) {
|
||||
if (!generateRule) {
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue