forked from External/mage
- fixed duration on Shameless Charlatan
This commit is contained in:
parent
28f933e1a7
commit
04e6b16899
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ class ShamelessCharlatanEffect extends OneShotEffect {
|
|||
if (sourcePermanent == null || copyFromPermanent == null) {
|
||||
return false;
|
||||
}
|
||||
game.copyPermanent(Duration.EndOfTurn, copyFromPermanent, sourcePermanent.getId(), source, new EmptyCopyApplier());
|
||||
game.copyPermanent(Duration.WhileOnBattlefield, copyFromPermanent, sourcePermanent.getId(), source, new EmptyCopyApplier());
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue