- Added destroy all(xxx) and bury all(xxx) keywords in _cards.dat
This commit is contained in:
wagic.the.homebrew
2008-11-13 11:36:14 +00:00
parent 443817a83a
commit da1967270c
8 changed files with 99 additions and 87 deletions
+21
View File
@@ -0,0 +1,21 @@
#Does anarchy destroy all white permanents ?
[INIT]
FIRSTMAIN
[PLAYER1]
hand:2606
manapool:{2}{R}{R}
inplay:2672,2718
[PLAYER2]
inplay:2697,2732, 1393, 2771
[DO]
2606
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:2606,2672
inplay:2718
manapool:{0}
[PLAYER2]
graveyard:2732,2697
inplay:1393,2771
[END]