Fixed following cards:

1. Fire Dragon(It has same problem as unchanged Honden Of Infinite Rage, using new code "type:" to fix it.)
auto=foreach(mountain|myBattlefield) damage:1 target(creature) oneshot
 ==> 
auto=damage:type:mountain target(creature)

2. Burden of Greed
auto=foreach(artifact[tapped]|opponentBattlefield)damage:1
 ==> 
auto=foreach(artifact[tapped]|opponentBattlefield) life:-1 opponent
This commit is contained in:
guzhenjie1@gmail.com
2011-02-13 05:57:36 +00:00
parent b21ca5d91c
commit 2165a38d3b

View File

@@ -8447,7 +8447,7 @@ subtype=Aura
[card]
name=Burden of Greed
target=opponent
auto=foreach(artifact[tapped]|opponentBattlefield)damage:1
auto=foreach(artifact[tapped]|opponentBattlefield) life:-1 opponent
text=Target player loses 1 life for each tapped artifact he or she controls.
mana={3}{B}
type=Instant
@@ -21481,7 +21481,7 @@ type=Artifact
[card]
name=Fire Dragon
abilities=flying
auto=foreach(mountain|myBattlefield) damage:1 target(creature) oneshot
auto=damage:type:mountain target(creature)
text=Flying -- When Fire Dragon enters the battlefield, it deals damage equal to the number of Mountains you control to target creature.
mana={6}{R}{R}{R}
type=Creature