Kaynağa Gözat

Update BT25_104.cs

x89rt2 4 ay önce
ebeveyn
işleme
8958e0d4cc

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

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