mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Removed hasLevelUp
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user