mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28: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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user