Psyringe - fixed Tempest (POR). Thanks to furiousone for finding the bug and providing the test script.
This commit is contained in:
@@ -475,7 +475,7 @@ abilities=flying
|
|||||||
text=Fire Tempest deals 6 damage to each creature and each player.
|
text=Fire Tempest deals 6 damage to each creature and each player.
|
||||||
id=4339
|
id=4339
|
||||||
name=Fire Tempest
|
name=Fire Tempest
|
||||||
auto=damage:6 all (creature,player)
|
auto=damage:6 all(creature,player)
|
||||||
rarity=R
|
rarity=R
|
||||||
mana={5}{R}{R}
|
mana={5}{R}{R}
|
||||||
type=Sorcery
|
type=Sorcery
|
||||||
|
|||||||
@@ -149,6 +149,7 @@ farmstead.txt
|
|||||||
fastbond.txt
|
fastbond.txt
|
||||||
fastbond2.txt
|
fastbond2.txt
|
||||||
fault_line.txt
|
fault_line.txt
|
||||||
|
fire_tempest.txt
|
||||||
fists_of_ironwood.txt
|
fists_of_ironwood.txt
|
||||||
flagstones.txt
|
flagstones.txt
|
||||||
flare.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]
|
||||||
Reference in New Issue
Block a user