- Reverting r32578 (causes Soulflayer + Chromanticore and possibly other similar combinations operating on cards with Bestow not to work).

This commit is contained in:
Agetian
2016-12-10 18:45:30 +00:00
parent a4f1018ee1
commit 1dee7d895b

View File

@@ -82,7 +82,7 @@ public abstract class Spell extends SpellAbility implements java.io.Serializable
boolean flash = card.hasKeyword("Flash"); 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 // Rule 601.3: cast Bestow with Flash
// for the check the card does need to be animated // for the check the card does need to be animated
// otherwise the StaticAbility will not found them // otherwise the StaticAbility will not found them