diff --git a/forge-game/src/main/java/forge/game/spellability/Spell.java b/forge-game/src/main/java/forge/game/spellability/Spell.java index 5a36c0d51d3..b33909f01c5 100644 --- a/forge-game/src/main/java/forge/game/spellability/Spell.java +++ b/forge-game/src/main/java/forge/game/spellability/Spell.java @@ -82,7 +82,7 @@ public abstract class Spell extends SpellAbility implements java.io.Serializable boolean flash = card.hasKeyword("Flash"); - if (this.hasParam("Bestow") && !card.isBestowed() && !card.isInZone(ZoneType.Battlefield)) { + if (this.hasParam("Bestow") && !card.isBestowed()) { // Rule 601.3: cast Bestow with Flash // for the check the card does need to be animated // otherwise the StaticAbility will not found them