Files
wagic/projects/mtg/bin/Res
guzhenjie1@gmail.com 2165a38d3b 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
2011-02-13 05:57:36 +00:00
..
2010-10-04 12:55:08 +00:00
2009-12-16 12:03:20 +00:00
2011-02-13 05:57:36 +00:00
2010-10-04 12:55:08 +00:00
2011-02-12 16:31:07 +00:00
2010-10-04 12:55:08 +00:00