Prechádzať zdrojové kódy

Update BT25_017.cs

Wront trigger on yt
x89rt2 3 mesiacov pred
rodič
commit
8d782ad05a

+ 1 - 1
Assets/Scripts/CardEffect/BT25/Red/BT25_017.cs

@@ -126,7 +126,7 @@ namespace DCGO.CardEffects.BT25
                 bool CanActivateCondition(Hashtable hashtable)
                 {
                     return CardEffectCommons.IsExistOnBattleArea(card)
-                        && CardEffectCommons.HasMatchConditionOwnersCardInTrash(card, CanSelectCardCondition)
+                        && CardEffectCommons.HasMatchConditionOwnersHand(card, CanSelectCardCondition)
                         && HasValidColor(hashtable);
                 }