- Fix an issue with "becomes ueot". See blinkmoth nexus in DST
- Daily build
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-01-30 12:58:49 +00:00
parent 616e0d00bf
commit 54969a2179
5 changed files with 52 additions and 13 deletions
+10
View File
@@ -13,6 +13,16 @@ auto=@movedto(*[white]|stack):may life:1 controller
rarity=U
[/card]
[card]
id=39439
name=Blinkmoth Nexus
type=Land
text={T}: Add {1} to your mana pool. {1}: Blinkmoth Nexus becomes a 1/1 Blinkmoth artifact creature with flying until end of turn. It's still a land. {1}, {T}: Target Blinkmoth creature gets +1/+1 until end of turn.
auto={T}:Add{1}
auto={1}:becomes(Blinkmoth Artifact Creature,1/1,flying) ueot
auto={1}{T}:1/1 target(blinkmoth)
rarity=R
[/card]
[card]
text=Target player loses 1 life for each tapped artifact he or she controls.
id=43557
name=Burden of Greed
+1
View File
@@ -117,6 +117,7 @@ benalish_knight.txt
black_vise.txt
blessed_wine.txt
blinking_spirit.txt
blinkmoth_nexus.txt
bloated_toad1.txt
bloated_toad2.txt
bloodfire_colossus.txt
@@ -0,0 +1,39 @@
#Bug: Becomes does not work for activated abilities
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:blinkmoth nexus
manapool:{1}
[PLAYER2]
[DO]
blinkmoth nexus
choice 1
next
#begin
next
#attackers
blinkmoth nexus
choice 0
next
#blockers
eot
eot
next
#upkeep
next
#draw
next
#main
next
#begin
next
#attackers
blinkmoth nexus
[ASSERT]
COMBATATTACKERS
[PLAYER1]
inplay:blinkmoth nexus
manapool:{1}
[PLAYER2]
life:19
[END]
Binary file not shown.