forked from External/mage
separate 'you may play'|'you may cast' AsThoughtEffect approuvers
Also, reworked Gonti, Lord of Luxury and checks it now works properly with Zoetic Cavern.
This commit is contained in:
parent
31295eb645
commit
c77634c843
142 changed files with 464 additions and 531 deletions
|
|
@ -120,7 +120,7 @@ public class MayCastTargetCardEffect extends OneShotEffect {
|
|||
game.getState().setValue("PlayFromNotOwnHandZone" + card.getId(), null);
|
||||
} else {
|
||||
// TODO: support (and add tests!) for the non-NONE manaAdjustment
|
||||
CardUtil.makeCardPlayable(game, source, card, duration, false);
|
||||
CardUtil.makeCardPlayable(game, source, card, true, duration, false);
|
||||
}
|
||||
if (thenExile) {
|
||||
ContinuousEffect effect = new ThatSpellGraveyardExileReplacementEffect(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue