- fix issue 168 (kudzu)
- Fix issue 162 (copy VS shroud). This fix introduces a new keyword: NotATarget() instead of Target(). (Which was the best way for me to keep some kind of backward compatibility/ not alter the code too much / fix the bug)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-12-13 07:03:28 +00:00
parent 999256e6ab
commit a7493154fa
12 changed files with 52 additions and 39 deletions
+22
View File
@@ -0,0 +1,22 @@
# As Clone comes into play, you may choose a creature in play. If you do, Clone comes into play as a copy of that creature.
#Bug: impossible to copy permanents with shroud
#see: http://code.google.com/p/wagic/issues/detail?id=162
[INIT]
FIRSTMAIN
[PLAYER1]
hand:clone
manapool:{3}{U}
inplay:Deft Duelist
[PLAYER2]
[DO]
clone
choice 0
deft duelist
next
[ASSERT]
COMBATBEGIN
[PLAYER1]
inplay:*,*
manapool:{0}
[PLAYER2]
[END]