|
@@ -1199,16 +1199,9 @@ public class Permanent
|
|
|
{
|
|
{
|
|
|
if (cardEffect != null)
|
|
if (cardEffect != null)
|
|
|
{
|
|
{
|
|
|
- if (cardEffect.IsInheritedEffect)
|
|
|
|
|
|
|
+ if (isTopCard == cardEffect.IsInheritedEffect)
|
|
|
{
|
|
{
|
|
|
- if (isTopCard)
|
|
|
|
|
- continue;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- if (cardEffect.IsLinkedEffect)
|
|
|
|
|
- {
|
|
|
|
|
- if (isTopCard)
|
|
|
|
|
- continue;
|
|
|
|
|
|
|
+ continue;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
_EffectList.Add(cardEffect);
|
|
_EffectList.Add(cardEffect);
|