mirror of
https://github.com/correl/mage.git
synced 2024-11-14 11:09:31 +00:00
* Gilded Drake - Fixed that the Drake had not to be sacrificed if the control did not happen.
This commit is contained in:
parent
7b4f2dd33a
commit
1a458a0837
1 changed files with 11 additions and 11 deletions
|
@ -114,10 +114,10 @@ class GildedDrakeEffect extends OneShotEffect {
|
|||
ContinuousEffect effect = new ExchangeControlTargetEffect(Duration.EndOfGame, "", true);
|
||||
effect.setTargetPointer(targetPointer);
|
||||
game.addEffect(effect, source);
|
||||
} else {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
sourceObject.sacrifice(source.getSourceId(), game);
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue