mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
Fix shapesharer's duration.
This commit is contained in:
parent
bb6faa39c1
commit
678a46dba8
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ class ShapesharerEffect extends OneShotEffect {
|
|||
if (copyTo != null) {
|
||||
Permanent copyFrom = game.getPermanentOrLKIBattlefield(ability.getTargets().get(1).getFirstTarget());
|
||||
if (copyFrom != null) {
|
||||
game.copyPermanent(Duration.EndOfTurn, copyFrom, copyTo.getId(), ability, new EmptyApplyToPermanent());
|
||||
game.copyPermanent(Duration.UntilYourNextTurn, copyFrom, copyTo.getId(), ability, new EmptyApplyToPermanent());
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue