- fixed textures cache bug
- fixed one card in TMP
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-08-31 12:22:43 +00:00
parent ca337ad653
commit 0454fb20ec
14 changed files with 19 additions and 21 deletions

View File

@@ -25,8 +25,8 @@ type=Sorcery
[card]
text=At the beginning of each player's upkeep, Ancient Runes deals damage to that player equal to the number of artifacts he or she controls.
id=4801
auto=@each upkeep:foreach(artifact|myinplay) damage:1 controller
auto=@each upkeep:foreach(artifact|opponentinplay) damage:1 opponent
auto=@each my upkeep:foreach(artifact|myinplay) damage:1 controller
auto=@each opponent upkeep:foreach(artifact|opponentinplay) damage:1 opponent
name=Ancient Runes
rarity=U
type=Enchantment
@@ -1930,4 +1930,4 @@ name=Winter's Grasp
rarity=U
mana={1}{G}{G}
type=Sorcery
[/card]
[/card]