- 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()) { if (!isManifested()) {
return false; 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")) { } else if (property.startsWith("DrawnThisTurn")) {
if (!getDrawnThisTurn()) { if (!getDrawnThisTurn()) {
return false; return false;

View File

@@ -2,7 +2,7 @@ Name:Venerated Teacher
ManaCost:2 U ManaCost:2 U
Types:Creature Human Wizard Types:Creature Human Wizard
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigPut | TriggerDescription$ When CARDNAME enters the battlefield, put two level counters on each creature you control with level up. T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigPut | TriggerDescription$ When CARDNAME enters the battlefield, put two level counters on each creature you control with level up.
SVar:TrigPut:AB$PutCounterAll | Cost$ 0 | ValidCards$ Creature.YouCtrl+hasLevelUp | CounterType$ LEVEL | CounterNum$ 2 SVar:TrigPut:AB$PutCounterAll | Cost$ 0 | ValidCards$ Creature.YouCtrl+withLevel up | CounterType$ LEVEL | CounterNum$ 2
PT:2/2 PT:2/2
SVar:RemRandomDeck:True SVar:RemRandomDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/venerated_teacher.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/venerated_teacher.jpg