- Prevent TestSuite from crashing, by not showing big cards during the test suite - Updated font size in game, to be readable - WARNING!!! One test (brass man) not working anymore !!! High priority
25 lines
292 B
Plaintext
25 lines
292 B
Plaintext
#Testing That Brass Man untaps correctly for one mana
|
|
[INIT]
|
|
COMBATATTACKERS
|
|
[PLAYER1]
|
|
inplay:1099,1387,1388
|
|
[PLAYER2]
|
|
life:20
|
|
[DO]
|
|
1099
|
|
eot
|
|
eot
|
|
#untap 1
|
|
next
|
|
#upkeep 1
|
|
1387
|
|
1388
|
|
1099
|
|
[ASSERT]
|
|
UPKEEP
|
|
[PLAYER1]
|
|
inplay:1099,1387,1388
|
|
manapool:{G}
|
|
[PLAYER2]
|
|
life:19
|
|
[END] |