* Finished card attribute change handling for color of cards (card subtype not supported yet) related to #408

This commit is contained in:
LevelX2 2015-06-10 14:00:37 +02:00
parent 199ff16c0c
commit 93dcf2d59f
6 changed files with 131 additions and 34 deletions

View file

@ -803,7 +803,7 @@ public class ContinuousEffects implements Serializable {
}
}
// Must be called here for some effects to be able to work correctly
// TODO: add info which effects that need
// TODO: add info which effects need that call
game.applyEffects();
} while (true);
return caught;