Files
wagic/projects/mtg/bin/Res/test/crimson_kobolds.txt
wagic.the.homebrew@gmail.com 163d296bb5 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)
2009-08-28 13:40:14 +00:00

18 lines
295 B
Plaintext

#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]