x89rt2 4 месяцев назад
Родитель
Сommit
8958e0d4cc
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      Assets/Scripts/CardEffect/BT25/Red/BT25_104.cs

+ 1 - 2
Assets/Scripts/CardEffect/BT25/Red/BT25_104.cs

@@ -19,7 +19,6 @@ namespace DCGO.CardEffects.BT25
                 bool PermanentCondition(Permanent permanent)
                 bool PermanentCondition(Permanent permanent)
                 {
                 {
                     return permanent.TopCard.EqualsTraits("DATA SQUAD");
                     return permanent.TopCard.EqualsTraits("DATA SQUAD");
-
                 }
                 }
 
 
                 cardEffects.Add(CardEffectFactory.AddSelfDigivolutionRequirementStaticEffect(PermanentCondition, 5, true, card, null, level: 6));
                 cardEffects.Add(CardEffectFactory.AddSelfDigivolutionRequirementStaticEffect(PermanentCondition, 5, true, card, null, level: 6));
@@ -293,4 +292,4 @@ namespace DCGO.CardEffects.BT25
             return cardEffects;
             return cardEffects;
         }
         }
     }
     }
-}
+}