mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 11:49:56 -08:00
CuroseOfEchoes bug fix and test
This commit is contained in:
parent
a0f7ac7704
commit
56c5c1328a
2 changed files with 32 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ class CurseOfEchoesEffect extends OneShotEffect {
|
|||
if (!playerId.equals(spell.getControllerId())) {
|
||||
Player player = game.getPlayer(playerId);
|
||||
if (player.chooseUse(Outcome.Copy, chooseMessage, source, game)) {
|
||||
Spell copy = spell.copySpell(source.getControllerId());;
|
||||
Spell copy = spell.copySpell(source.getControllerId());
|
||||
game.getStack().push(copy);
|
||||
copy.chooseNewTargets(game, playerId);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue