Przeglądaj źródła

Update BT12_027.cs

mbunch_kascope 11 miesięcy temu
rodzic
commit
126a3ffdc0
1 zmienionych plików z 2 dodań i 8 usunięć
  1. 2 8
      Assets/CardEffect/BT12/Blue/BT12_027.cs

+ 2 - 8
Assets/CardEffect/BT12/Blue/BT12_027.cs

@@ -30,10 +30,7 @@ namespace DCGO.CardEffects.BT12
                         {
                             if (permanent.TopCard.CardColors.Contains(CardColor.Blue))
                             {
-                                if (!permanent.IsToken)
-                                {
-                                    return true;
-                                }
+                                return true;
                             }
                         }
                     }
@@ -125,10 +122,7 @@ namespace DCGO.CardEffects.BT12
                         {
                             if (permanent.TopCard.CardColors.Contains(CardColor.Blue))
                             {
-                                if (!permanent.IsToken)
-                                {
-                                    return true;
-                                }
+                                return true;
                             }
                         }
                     }