diff --git a/forge-game/src/main/java/forge/game/card/Card.java b/forge-game/src/main/java/forge/game/card/Card.java index 37252953d99..8295e969a8f 100644 --- a/forge-game/src/main/java/forge/game/card/Card.java +++ b/forge-game/src/main/java/forge/game/card/Card.java @@ -4843,13 +4843,6 @@ public class Card extends GameEntity implements Comparable { 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; diff --git a/forge-gui/res/cardsfolder/v/venerated_teacher.txt b/forge-gui/res/cardsfolder/v/venerated_teacher.txt index 642fc700f0a..cc5d860ad56 100644 --- a/forge-gui/res/cardsfolder/v/venerated_teacher.txt +++ b/forge-gui/res/cardsfolder/v/venerated_teacher.txt @@ -2,7 +2,7 @@ Name:Venerated Teacher ManaCost:2 U 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. -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 SVar:RemRandomDeck:True SVar:Picture:http://www.wizards.com/global/images/magic/general/venerated_teacher.jpg