-fix issue 287 (urza's mine)
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-01-08 15:07:56 +00:00
parent 83c054e5b8
commit dabd93b5d7
6 changed files with 56 additions and 78 deletions

View File

@@ -1746,6 +1746,7 @@ class AAsLongAs:public ListMaintainerAbility{
updateTargets();
int size = (int) cards.size();
if (maxi && size < maxi && (!mini || size > mini)) addAbilityToGame(); //special case for 0
if (ability->oneShot) a = NULL; //allows to call the effect several times
cards.clear();
players.clear();
return 1;