Gavi, Nest Warden - fixed game error on usage

This commit is contained in:
Oleg Agafonov 2025-05-18 20:44:46 +04:00
parent 5eb4bb0112
commit 655625d695
2 changed files with 11 additions and 5 deletions

View file

@ -21,6 +21,8 @@ public interface CostModificationEffect extends ContinuousEffect {
/**
* Called by the {@link ContinuousEffects#costModification(java.util.UUID, mage.abilities.Ability, mage.game.Game) ContinuousEffects.costModification}
* method.
* <p>
* Warning, choose dialogs restricted in plyable calculation, so you must check inCheckPlayableState
*
* @param game The game for which this effect should be applied.
* @param source The source ability of this effect.