- Fix for last commit. Note comment in that commit. 2de7c136ea

This commit is contained in:
jeffwadsworth 2019-12-02 09:38:51 -06:00
parent 2de7c136ea
commit 1da15ee8fa

View file

@ -99,7 +99,7 @@ class ChandraTorchOfDefianceEffect extends OneShotEffect {
game.getState().setValue("CastFromExileEnabled" + card.getId(), Boolean.TRUE); // enable the card to be cast from the exile zone
exiledCardWasCast = controller.cast(controller.chooseAbilityForCast(card, game, false),
game, false, new MageObjectReference(sourceObject, game));
game.getState().setValue("CastFromExileEnabled" + card.getId(), Boolean.FALSE); // reset to false
game.getState().setValue("CastFromExileEnabled" + card.getId(), null); // reset to null
}
}
if (!exiledCardWasCast) {