Fixed EntersBattlefieldAbility no rule generation option.

This commit is contained in:
LevelX2 2012-10-03 23:41:34 +02:00
parent 8148c59aee
commit 0840b0b9c9
2 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,7 @@ public class EntersBattlefieldAbility extends StaticAbility<EntersBattlefieldAbi
@Override
public String getRule() {
if (generateRule != null) {
if (generateRule = false) {
if (!generateRule) {
return "";
}
}