Переглянути джерело

Update Assets/Scripts/Script/CardEffectFactory/KeyWordEffects/ArtsDigivolve.cs

Co-authored-by: hooperk <hooperk@tcd.ie>
x89rt2 3 місяців тому
батько
коміт
bea4db60fc

+ 1 - 1
Assets/Scripts/Script/CardEffectFactory/KeyWordEffects/ArtsDigivolve.cs

@@ -14,7 +14,7 @@ public partial class CardEffectFactory
 
         bool CanUseCondition(Hashtable hashtable) => CardEffectCommons.IsExistOnExecutingArea(card);
 
-        bool CanResolveCondition(CardSource optionCard) => CardEffectCommons.HasMatchConditionPermanent(CanSelectPermanentCondition);
+        bool CanResolveCondition(CardSource optionCard) => CardEffectCommons.HasMatchConditionPermanent(CanSelectPermanentCondition, true);
 
         bool CanSelectPermanentCondition(Permanent permanent)
         {