Psyringe - fixed Tempest (POR). Thanks to furiousone for finding the bug and providing the test script.

This commit is contained in:
Psyyringe
2009-11-28 08:51:37 +00:00
parent 2c61270000
commit 459eef4435
3 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -475,7 +475,7 @@ abilities=flying
text=Fire Tempest deals 6 damage to each creature and each player.
id=4339
name=Fire Tempest
auto=damage:6 all (creature,player)
auto=damage:6 all(creature,player)
rarity=R
mana={5}{R}{R}
type=Sorcery
+1
View File
@@ -149,6 +149,7 @@ farmstead.txt
fastbond.txt
fastbond2.txt
fault_line.txt
fire_tempest.txt
fists_of_ironwood.txt
flagstones.txt
flare.txt
@@ -0,0 +1,19 @@
#Testing Fire Tempest
[INIT]
FIRSTMAIN
[PLAYER1]
hand:4339
manapool:{5}{R}{R}
life:20
[PLAYER2]
life:20
[DO]
4339
[ASSERT]
FIRSTMAIN
[PLAYER1]
life:14
graveyard:4339
[PLAYER2]
life:14
[END]