Erwan
- removed useless "color=" lines - Added color override for cards such as crimson kobolds (note: color should be after the "mana" line to avoid side effects)
This commit is contained in:
@@ -71,6 +71,7 @@ counterspell.txt
|
||||
counterspell2.txt
|
||||
counterspell3.txt
|
||||
counterspell4.txt
|
||||
crimson_kobolds.txt
|
||||
creature_bond.txt
|
||||
dauthi_embrace.txt
|
||||
death_ward.txt
|
||||
|
||||
18
projects/mtg/bin/Res/test/crimson_kobolds.txt
Normal file
18
projects/mtg/bin/Res/test/crimson_kobolds.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
#Bug: Crimson kobolds should be red
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:blue elemental blast
|
||||
manapool:{U}
|
||||
[PLAYER2]
|
||||
inplay:crimson kobolds
|
||||
[DO]
|
||||
blue elemental blast
|
||||
crimson kobolds
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
graveyard:blue elemental blast
|
||||
[PLAYER2]
|
||||
graveyard:crimson kobolds
|
||||
[END]
|
||||
Reference in New Issue
Block a user