mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
* Mother of Runes - Fixed that the selected color for protection could only be chosen on the first use of the ability.
This commit is contained in:
parent
7c6db7f5d4
commit
d0e1107a3e
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ public class GainProtectionFromColorTargetEffect extends GainAbilityTargetEffect
|
|||
MageObject sourceObject = game.getObject(source.getSourceId());
|
||||
Player controller = game.getPlayer(source.getControllerId());
|
||||
if (sourceObject != null && controller != null) {
|
||||
choice.clearChoice();
|
||||
while (!choice.isChosen()) {
|
||||
controller.choose(Outcome.Protect, choice, game);
|
||||
if (!controller.isInGame()) {
|
||||
|
|
Loading…
Reference in a new issue