|
|
@@ -35,7 +35,7 @@ namespace DCGO.CardEffects.BT13
|
|
|
return true;
|
|
|
}
|
|
|
|
|
|
- if (cardSource.CardColors.Contains(CardColor.Green))
|
|
|
+ if (cardSource.HasCardColor(CardColor.Green))
|
|
|
{
|
|
|
return true;
|
|
|
}
|
|
|
@@ -62,7 +62,7 @@ namespace DCGO.CardEffects.BT13
|
|
|
|
|
|
IEnumerator ActivateCoroutine(Hashtable _hashtable)
|
|
|
{
|
|
|
- #region 登場コスト-4
|
|
|
+ #region �スo�ス�スR�スX�スg-4
|
|
|
|
|
|
ChangeCostClass changeCostClass = new ChangeCostClass();
|
|
|
changeCostClass.SetUpICardEffect("Play Cost -4", CanUseCondition1, card);
|
|
|
@@ -131,7 +131,7 @@ namespace DCGO.CardEffects.BT13
|
|
|
return true;
|
|
|
}
|
|
|
|
|
|
- if (cardSource.CardColors.Contains(CardColor.Green))
|
|
|
+ if (cardSource.HasCardColor(CardColor.Green))
|
|
|
{
|
|
|
return true;
|
|
|
}
|
|
|
@@ -191,7 +191,7 @@ namespace DCGO.CardEffects.BT13
|
|
|
yield return ContinuousController.instance.StartCoroutine(CardEffectCommons.PlayPermanentCards(cardSources: selectedCards, activateClass: activateClass, payCost: true, isTapped: false, root: SelectCardEffect.Root.Hand, activateETB: true));
|
|
|
}
|
|
|
|
|
|
- #region 登場コスト-4解除
|
|
|
+ #region �スo�ス�スR�スX�スg-4�ス�ス�ス�ス
|
|
|
|
|
|
card.Owner.UntilCalculateFixedCostEffect.Remove(getCardEffect);
|
|
|
|
|
|
@@ -223,7 +223,7 @@ namespace DCGO.CardEffects.BT13
|
|
|
return true;
|
|
|
}
|
|
|
|
|
|
- if (cardSource.CardColors.Contains(CardColor.Green))
|
|
|
+ if (cardSource.HasCardColor(CardColor.Green))
|
|
|
{
|
|
|
return true;
|
|
|
}
|
|
|
@@ -239,7 +239,7 @@ namespace DCGO.CardEffects.BT13
|
|
|
{
|
|
|
bool canPlay = false;
|
|
|
|
|
|
- #region 登場コスト-4
|
|
|
+ #region �スo�ス�スR�スX�スg-4
|
|
|
|
|
|
ChangeCostClass changeCostClass = new ChangeCostClass();
|
|
|
changeCostClass.SetUpICardEffect("Play Cost -4", CanUseCondition1, card);
|
|
|
@@ -308,7 +308,7 @@ namespace DCGO.CardEffects.BT13
|
|
|
return true;
|
|
|
}
|
|
|
|
|
|
- if (cardSource.CardColors.Contains(CardColor.Green))
|
|
|
+ if (cardSource.HasCardColor(CardColor.Green))
|
|
|
{
|
|
|
return true;
|
|
|
}
|
|
|
@@ -336,7 +336,7 @@ namespace DCGO.CardEffects.BT13
|
|
|
canPlay = true;
|
|
|
}
|
|
|
|
|
|
- #region 登場コスト-4解除
|
|
|
+ #region �スo�ス�スR�スX�スg-4�ス�ス�ス�ス
|
|
|
|
|
|
card.Owner.UntilCalculateFixedCostEffect.Remove(getCardEffect);
|
|
|
|
|
|
@@ -353,7 +353,7 @@ namespace DCGO.CardEffects.BT13
|
|
|
|
|
|
IEnumerator ActivateCoroutine(Hashtable _hashtable)
|
|
|
{
|
|
|
- #region 登場コスト-4
|
|
|
+ #region �スo�ス�スR�スX�スg-4
|
|
|
|
|
|
ChangeCostClass changeCostClass = new ChangeCostClass();
|
|
|
changeCostClass.SetUpICardEffect("Play Cost -4", CanUseCondition1, card);
|
|
|
@@ -422,7 +422,7 @@ namespace DCGO.CardEffects.BT13
|
|
|
return true;
|
|
|
}
|
|
|
|
|
|
- if (cardSource.CardColors.Contains(CardColor.Green))
|
|
|
+ if (cardSource.HasCardColor(CardColor.Green))
|
|
|
{
|
|
|
return true;
|
|
|
}
|
|
|
@@ -482,7 +482,7 @@ namespace DCGO.CardEffects.BT13
|
|
|
yield return ContinuousController.instance.StartCoroutine(CardEffectCommons.PlayPermanentCards(cardSources: selectedCards, activateClass: activateClass, payCost: true, isTapped: false, root: SelectCardEffect.Root.Hand, activateETB: true));
|
|
|
}
|
|
|
|
|
|
- #region 登場コスト-4解除
|
|
|
+ #region �スo�ス�スR�スX�スg-4�ス�ス�ス�ス
|
|
|
|
|
|
card.Owner.UntilCalculateFixedCostEffect.Remove(getCardEffect);
|
|
|
|