mirror of
https://github.com/correl/mage.git
synced 2025-01-12 03:00:13 +00:00
Pemmin's Aura fix
This commit is contained in:
parent
e9a2609cd6
commit
88faef33b2
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class PemminsAuraBoostEnchantedEffect extends OneShotEffect {
|
|||
choice.setMessage("Select how to boost");
|
||||
choice.getChoices().add(CHOICE_1);
|
||||
choice.getChoices().add(CHOICE_2);
|
||||
if (!controller.choose(outcome, choice, game)) {
|
||||
if (controller.choose(outcome, choice, game)) {
|
||||
if (choice.getChoice().equals(CHOICE_1)) {
|
||||
game.addEffect(new BoostEnchantedEffect(+1, -1, Duration.EndOfTurn), source);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue