From 1dee7d895bdb237a018bab54d8bcd52f05d7b433 Mon Sep 17 00:00:00 2001 From: Agetian Date: Sat, 10 Dec 2016 18:45:30 +0000 Subject: [PATCH] - Reverting r32578 (causes Soulflayer + Chromanticore and possibly other similar combinations operating on cards with Bestow not to work). --- forge-game/src/main/java/forge/game/spellability/Spell.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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