Added ChooseModeEffect and ModeChoiceSourceCondition.

This commit is contained in:
LevelX2 2015-01-02 14:20:12 +01:00
parent c370189787
commit f6dbf0214b
8 changed files with 177 additions and 5 deletions

View file

@ -212,7 +212,8 @@ public abstract class AbilityImpl implements Ability {
game.getContinuousEffects().applySpliceEffects(this, game);
}
// TODO: Because all (non targeted) choices have to be done during resolution
// this has to be removed, if all using effects are changed
MageObject sourceObject = game.getObject(sourceId);
if (sourceObject != null) {
sourceObject.adjustChoices(this, game);