79d0a09de1
- fix a bug with Arcanis the omnipotent (see tests)
28 lines
472 B
Plaintext
28 lines
472 B
Plaintext
#Bug: Arcanis the Omnipotent: draws 3 cards when comes into play, then can�ft use �gDraw�h ability
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
hand:Arcanis the Omnipotent
|
|
library:swamp,plains,mountain,forest
|
|
manapool:{3}{U}{U}{U}
|
|
[PLAYER2]
|
|
[DO]
|
|
Arcanis the Omnipotent
|
|
eot
|
|
eot
|
|
#untap
|
|
next
|
|
#upkeep
|
|
next
|
|
#draw
|
|
next
|
|
#main
|
|
Arcanis the Omnipotent
|
|
[ASSERT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
inplay:Arcanis the Omnipotent
|
|
hand:swamp,plains,mountain,forest
|
|
manapool:{0}
|
|
[PLAYER2]
|
|
[END] |