Explorar o código

Apply suggestion from @hooperk

hooperk hai 3 meses
pai
achega
70dcd5d925
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Assets/Scripts/CardEffect/BT25/Green/BT25_054.cs

+ 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;
                         }