mbunch_kascope 2 лет назад
Родитель
Сommit
62cfbfeedf
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Assets/CardEffect/BT16/Green/Minomon_BT16_004.cs

+ 1 - 1
Assets/CardEffect/BT16/Green/Minomon_BT16_004.cs

@@ -38,7 +38,7 @@ namespace DCGO.CardEffects.BT16
                         {
                             if (CardEffectCommons.CanTriggerOnPermanentDeleted(hashtable, PermanentCondition))
                             {
-                                bool WinnerCondition(Permanent permanent) => permanent.cardSources.Contains(card);
+                                bool WinnerCondition(Permanent permanent) => card.PermanentOfThisCard() == permanent;
                                 bool LoserCondition(Permanent permanent) => CardEffectCommons.IsOpponentPermanent(permanent, card);
 
                                 if (CardEffectCommons.CanTriggerWhenDeleteOpponentDigimonByBattle(hashtable: hashtable, winnerCondition: WinnerCondition, loserCondition: LoserCondition, isOnlyWinnerSurvive: true))