Bläddra i källkod

Update BT25_103.cs

x89rt2 2 månader sedan
förälder
incheckning
7b3f4a2e74
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Assets/Scripts/CardEffect/BT25/Red/BT25_103.cs

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

@@ -89,7 +89,7 @@ namespace DCGO.CardEffects.BT25
             bool IsEnemyWithLessSources(Permanent permanent)
             bool IsEnemyWithLessSources(Permanent permanent)
             {
             {
                 return CardEffectCommons.IsPermanentExistsOnOpponentBattleAreaDigimon(permanent, card)
                 return CardEffectCommons.IsPermanentExistsOnOpponentBattleAreaDigimon(permanent, card)
-                    && permanent.DigivolutionCards.Count() <= card.PermanentOfThisCard().DigivolutionCards.Count;
+                    && permanent.DigivolutionCards.Count() <= card.PermanentOfThisCard().DigivolutionCards.Count();
             }
             }
 
 
             IEnumerator BounceActivateCoroutine(Hashtable hashtable, ActivateClass activateClass)
             IEnumerator BounceActivateCoroutine(Hashtable hashtable, ActivateClass activateClass)