Преглед изворни кода

Merge pull request #780 from DCGO2/x89rt2-patch-20

Update BT17_076.cs
hooperk пре 5 месеци
родитељ
комит
421b9c3ef3
1 измењених фајлова са 3 додато и 2 уклоњено
  1. 3 2
      Assets/Scripts/CardEffect/BT17/White/BT17_076.cs

+ 3 - 2
Assets/Scripts/CardEffect/BT17/White/BT17_076.cs

@@ -60,7 +60,8 @@ namespace DCGO.CardEffects.BT17
 
 
                 bool CanUseCondition(Hashtable hashtable)
                 bool CanUseCondition(Hashtable hashtable)
                 {
                 {
-                    return CardEffectCommons.CanTriggerWhenDigivolving(hashtable, card);
+                    return CardEffectCommons.CanTriggerWhenDigivolving(hashtable, card)
+                        && CardEffectCommons.IsExistOnBattleAreaDigimon(card);
                 }
                 }
 
 
                 bool CanActivateCondition(Hashtable hashtable)
                 bool CanActivateCondition(Hashtable hashtable)
@@ -317,4 +318,4 @@ namespace DCGO.CardEffects.BT17
             return cardEffects;
             return cardEffects;
         }
         }
     }
     }
-}
+}