Erwan
- A few card fixes
This commit is contained in:
@@ -14,6 +14,7 @@ generic/legendary.txt
|
||||
generic/lifelink.txt
|
||||
generic/persist.txt
|
||||
generic/persist2.txt
|
||||
generic/persist3.txt
|
||||
generic/phases.txt
|
||||
generic/rampage.txt
|
||||
generic/regenerate.txt
|
||||
@@ -126,6 +127,7 @@ kudzu.txt
|
||||
kudzu2.txt
|
||||
leveler.txt
|
||||
lhurgoyf.txt
|
||||
liability.txt
|
||||
lifeforce.txt
|
||||
living_lands.txt
|
||||
lord_of_the_pit.txt
|
||||
@@ -187,6 +189,7 @@ stronghold_discipline.txt
|
||||
sword_to_plowshares.txt
|
||||
telekinetic_sliver.txt
|
||||
terror.txt
|
||||
terror2.txt
|
||||
titanic_ultimatum.txt
|
||||
tranquil_domain.txt
|
||||
volcanic_island.txt
|
||||
|
||||
21
projects/mtg/bin/Res/test/generic/persist3.txt
Normal file
21
projects/mtg/bin/Res/test/generic/persist3.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
#Testing Persist
|
||||
#bug : When controlling some boosting cards (Glorious Anthem, Honor of the Pure...), returning persist creatures usually come back with their regular P-1/T-1 but are not boosted like they should.
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:Lingering Tormentor,bad moon,prodigal sorcerer
|
||||
hand:lightning bolt
|
||||
manapool:{R}
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
lightning bolt
|
||||
lingering tormentor
|
||||
prodigal sorcerer
|
||||
lingering tormentor
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:Lingering Tormentor,bad moon,prodigal sorcerer
|
||||
graveyard:lightning bolt
|
||||
[PLAYER2]
|
||||
[END]
|
||||
18
projects/mtg/bin/Res/test/liability.txt
Normal file
18
projects/mtg/bin/Res/test/liability.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
#Bug: depleting shouldn't trigger liability
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:ambassador laquatus,liability
|
||||
manapool:{3}
|
||||
[PLAYER2]
|
||||
library:swamp,mountain,plains
|
||||
[DO]
|
||||
ambassador laquatus
|
||||
p2
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:ambassador laquatus,liability
|
||||
[PLAYER2]
|
||||
graveyard:swamp,mountain,plains
|
||||
[END]
|
||||
19
projects/mtg/bin/Res/test/terror2.txt
Normal file
19
projects/mtg/bin/Res/test/terror2.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
#Bug: terror can be cast on black creatures
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:Terror
|
||||
manapool:{B}{B}
|
||||
[PLAYER2]
|
||||
inplay:bog wraith
|
||||
[DO]
|
||||
terror
|
||||
bog wraith
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:Terror
|
||||
manapool:{B}{B}
|
||||
[PLAYER2]
|
||||
inplay:bog wraith
|
||||
[END]
|
||||
Reference in New Issue
Block a user