x89rt2 4 месяцев назад
Родитель
Сommit
25a0cf1800
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      Assets/Scripts/CardEffect/P/Purple/P_096.cs

+ 3 - 3
Assets/Scripts/CardEffect/P/Purple/P_096.cs

@@ -1,4 +1,4 @@
-using System;
+using System;
 using System.Collections;
 using System.Collections.Generic;
 using System.Linq;
@@ -131,7 +131,7 @@ namespace DCGO.CardEffects.P
 
                         bool canSelect() => (canSelectTamer() || canSelectTrash()) && maxSelectCardCount() >= 1;
 
-                        while (canSelect())
+                        while (canSelect() && digivolutionCards.Count <2)
                         {
                             bool fromTrash = false;
                             bool noSelect = false;
@@ -490,4 +490,4 @@ namespace DCGO.CardEffects.P
             return cardEffects;
         }
     }
-}
+}