Erwan
- selling a card in the deck editor doesn't move back to the first card anymore - added a few tests, unconfirmed bugs for elvish piper and deja vu
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# Deja Vu Return target sorcery card from your graveyard to your hand.
|
||||
#bug: is not a sorcery when it resolves, instead it is shown as "Error"
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:deja vu
|
||||
graveyard:fireball
|
||||
manapool:{2}{U}
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
deja vu
|
||||
fireball
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:fireball
|
||||
graveyard:deja vu
|
||||
manapool:{0}
|
||||
[PLAYER2]
|
||||
[END]
|
||||
Reference in New Issue
Block a user