mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
- Fix for last commit. Note comment in that commit. 2de7c136ea
This commit is contained in:
parent
2de7c136ea
commit
1da15ee8fa
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue