mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
* Compelling Deterrance - Fixed that static effects of the card that goes to hand did not end before the discard happens (fixes #3368);
This commit is contained in:
parent
40f192eafc
commit
ca9f596e4a
2 changed files with 4 additions and 4 deletions
|
|
@ -54,7 +54,7 @@ public class CastOnlyDuringPhaseStepSourceEffect extends ContinuousRuleModifying
|
|||
return true;
|
||||
}
|
||||
}
|
||||
return false; // casr not prevented by this effect
|
||||
return false; // cast not prevented by this effect
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue