mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Reverting r32578 (causes Soulflayer + Chromanticore and possibly other similar combinations operating on cards with Bestow not to work).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user