mirror of
https://github.com/correl/mage.git
synced 2025-03-16 17:00:13 -09: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
|
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),
|
exiledCardWasCast = controller.cast(controller.chooseAbilityForCast(card, game, false),
|
||||||
game, false, new MageObjectReference(sourceObject, game));
|
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) {
|
if (!exiledCardWasCast) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue