Erwan
- bug fixes (civic wayfinder, fault line) - target's quad is displayed for generictargetabilities - added menutext for powertoughnessmodifier
This commit is contained in:
@@ -52,6 +52,7 @@ castle.txt
|
||||
cathodion.txt
|
||||
celestial_purge.txt
|
||||
circle_of_protection.txt
|
||||
civic_wayfinder.txt
|
||||
clone.txt
|
||||
clone2.txt
|
||||
composite_golem.txt
|
||||
@@ -76,6 +77,7 @@ dross_harvester.txt
|
||||
elvish_piper.txt
|
||||
elvish_promenade.txt
|
||||
fastbond.txt
|
||||
fault_line.txt
|
||||
flare.txt
|
||||
fledgling_imp.txt
|
||||
fledgling_imp2.txt
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
#Bug: Civic wayfinder finds more than basic lands
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:civic wayfinder
|
||||
manapool:{2}{G}
|
||||
library:forest,adarkar wastes
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
civic wayfinder
|
||||
choice 0
|
||||
adarkar wastes
|
||||
forest
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:civic wayfinder
|
||||
hand:forest
|
||||
library:adarkar wastes
|
||||
[PLAYER2]
|
||||
[END]
|
||||
@@ -0,0 +1,20 @@
|
||||
#Bug: fault line has the same effect as earthquale (error in X cost)
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:fault line
|
||||
manapool:{1}{R}{R}
|
||||
[PLAYER2]
|
||||
inplay:grizzly bears
|
||||
[DO]
|
||||
fault line
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
graveyard:fault line
|
||||
manapool:{0}
|
||||
life:19
|
||||
[PLAYER2]
|
||||
inplay:grizzly bears
|
||||
life:19
|
||||
[END]
|
||||
Reference in New Issue
Block a user