- moved test for i718

- Added macros for Basic landcycling and cycling
This commit is contained in:
wagic.the.homebrew
2011-11-12 12:48:00 +00:00
parent d654b050df
commit fe83b6b4e8
4 changed files with 113 additions and 100 deletions

View File

@@ -1,20 +0,0 @@
#Bug: Playing a plains after Vesuva in the same turn shouldn't be possible
# see http://code.google.com/p/wagic/issues/detail?id=718
[INIT]
FIRSTMAIN
[PLAYER1]
hand:mountain,vesuva
inplay:plains
[PLAYER2]
[DO]
vesuva
choice 0
plains
mountain
[ASSERT]
FIRSTMAIN
[PLAYER1]
hand:mountain
inplay:plains,vesuva
[PLAYER2]
[END]