mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Fixed Emrakul, the Aeons Torn shaking of auras like Dragon Breath.
This commit is contained in:
@@ -8701,7 +8701,8 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
}
|
||||
|
||||
if (kw.equals("Protection from colored spells")
|
||||
&& (source.isInstant() || source.isSorcery() || source.isAura())
|
||||
&& (source.isInstant() || source.isSorcery()
|
||||
|| (source.isAura() && !source.isInZone(ZoneType.Battlefield)))
|
||||
&& CardFactoryUtil.isColored(source)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user