some fixes
This commit is contained in:
@@ -978,7 +978,7 @@ toughness=1
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text={T}: Add {G} to your mana pool for each Elf in play.
|
text={T}: Add {G} to your mana pool for each Elf in play.
|
||||||
auto={T}:foreach(creature[Elf])add:{G}
|
auto={T}:foreach(creature[elf])add:{G}
|
||||||
id=5823
|
id=5823
|
||||||
name=Priest of Titania
|
name=Priest of Titania
|
||||||
rarity=C
|
rarity=C
|
||||||
@@ -999,7 +999,7 @@ mana={B}
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text=At the beginning of your upkeep, if you control another nonland permanent, sacrifice Reclusive Wight.
|
text=At the beginning of your upkeep, if you control another nonland permanent, sacrifice Reclusive Wight.
|
||||||
@each my upkeep:aslongas(*[-land]|mybattlefield) other bury
|
auto=@each my upkeep:aslongas(*[-land]|mybattlefield) other bury
|
||||||
id=8803
|
id=8803
|
||||||
name=Reclusive Wight
|
name=Reclusive Wight
|
||||||
rarity=U
|
rarity=U
|
||||||
@@ -1073,7 +1073,7 @@ subtype=Aura
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text={T}: Add {W} to your mana pool for each enchantment you control.
|
text={T}: Add {W} to your mana pool for each enchantment you control.
|
||||||
auto={T}:foreach(Enchantment|myinplay)add:{W}
|
auto={T}:foreach(enchantment|myinplay)add:{W}
|
||||||
id=9674
|
id=9674
|
||||||
name=Serra's Sanctum
|
name=Serra's Sanctum
|
||||||
rarity=R
|
rarity=R
|
||||||
|
|||||||
Reference in New Issue
Block a user