New macros and primitives fixes

Fixes to whenever you draw your second card each turn, batallion
This commit is contained in:
Eduardo
2021-08-12 20:16:29 -05:00
parent a296db349c
commit b7f80f3851
5 changed files with 34 additions and 27 deletions

View File

@@ -54,6 +54,12 @@
# Enrage
#AUTO_DEFINE _ENRAGE_ @damaged(this):
# Whenever you draw your second card each turn
#AUTO_DEFINE _SECOND_DRAW_ @drawof(player) restriction{compare(pdrewcount)~equalto~2}:
# Batallion
#AUTO_DEFINE _BATALLION_ @combat(attacking) source(this) restriction{type(other creature[attacking]|myBattlefield)~morethan~1}:
# Champion
#AUTO_DEFINE _CHAMPION_($Word) aslongas(other $word|myBattlefield) choice notAtarget(other $word|myBattlefield) (blink)forsrc oneshot