Reworked AVanishing (fixed bugs + more fair implementation)

This commit is contained in:
Dmitry Panin
2013-10-23 12:51:15 +04:00
parent 461eedd626
commit b8b6153cc5
6 changed files with 93 additions and 24 deletions
+21
View File
@@ -0,0 +1,21 @@
# Testing fury charm (keyword:vanishing)
# Permanent with vanishing must be sacrificed immediately when the last counter is removed
[INIT]
FIRSTMAIN
[PLAYER1]
hand:Fury Charm
inplay:Waning Wurm
manapool:{1}{R}
[PLAYER2]
[DO]
Fury Charm
choice 2
Waning Wurm
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:Waning Wurm,Fury Charm
manapool:{0}
[PLAYER2]
[END]