mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
fix Silent Hallcreeper duration
This commit is contained in:
parent
33a99929ce
commit
166ecb98d0
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ class SilentHallcreeperEffect extends OneShotEffect {
|
|||
Permanent sourcePermanent = source.getSourcePermanentIfItStillExists(game);
|
||||
Permanent copyFromPermanent = game.getPermanent(getTargetPointer().getFirst(game, source));
|
||||
if (sourcePermanent != null && copyFromPermanent != null) {
|
||||
game.copyPermanent(Duration.EndOfTurn, copyFromPermanent, sourcePermanent.getId(), source, new EmptyCopyApplier());
|
||||
game.copyPermanent(Duration.Custom, copyFromPermanent, sourcePermanent.getId(), source, new EmptyCopyApplier());
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue