- Removed hasLevelUp

This commit is contained in:
swordshine
2017-06-29 05:45:00 +00:00
parent 84f13fe9c9
commit 246542bdad
2 changed files with 1 additions and 8 deletions

View File

@@ -4843,13 +4843,6 @@ public class Card extends GameEntity implements Comparable<Card> {
if (!isManifested()) {
return false;
}
} else if (property.startsWith("hasLevelUp")) {
for (final SpellAbility sa : getSpellAbilities()) {
if (sa.getApi() == ApiType.PutCounter && sa.hasParam("LevelUp")) {
return true;
}
}
return false;
} else if (property.startsWith("DrawnThisTurn")) {
if (!getDrawnThisTurn()) {
return false;