ソースを参照

Update Assets/Scripts/CardEffect/BT25/Black/BT25_101.cs

Co-authored-by: hooperk <hooperk@tcd.ie>
x89rt2 3 ヶ月 前
コミット
c1a3869498
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Assets/Scripts/CardEffect/BT25/Black/BT25_101.cs

+ 1 - 1
Assets/Scripts/CardEffect/BT25/Black/BT25_101.cs

@@ -118,7 +118,7 @@ namespace DCGO.CardEffects.BT25
                             {
                                 yield return ContinuousController.instance.StartCoroutine(new DrawClass(card.Owner, 2, activateClass).Draw());
 
-                                bool canSelectThisCard = CardEffectCommons.HasMatchConditionPermanent(PermanentThisCardCanLinkToCondition) || CardEffectCommons.HasMatchConditionOwnersBreedingPermanent(card, PermanentThisCardCanLinkToCondition);
+                                bool canSelectThisCard = CardEffectCommons.HasMatchConditionPermanent(PermanentThisCardCanLinkToCondition, true);
                                 bool canSelectTrashCard = CardEffectCommons.HasMatchConditionOwnersCardInTrash(card, CanLinkTrashCardCondition);
 
                                 if (canSelectThisCard || canSelectTrashCard)