Эх сурвалжийг харах

Apply suggestion from @hooperk

hooperk 3 сар өмнө
parent
commit
70dcd5d925

+ 1 - 1
Assets/Scripts/CardEffect/BT25/Green/BT25_054.cs

@@ -149,7 +149,7 @@ namespace DCGO.CardEffects.BT25
                         {
                             if (timing == EffectTiming.None)
                             {
-                                return CardEffectFactory.AddDetailClass(CanShowDebuffCondition, permanent => permanent == selectedPermanent, "[Start of Your Main Phase] This Digimon attacks.", true, card);
+                                return CardEffectFactory.AddDetailClass(CanShowDebuffCondition, permanent => permanent == selectedPermanent, EffectDescriptionDebuff(), true, card);
                             }
                             return null;
                         }