x89rt2 2 месяцев назад
Родитель
Сommit
032db6b514
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Assets/Scripts/CardEffect/EX12/Green/EX12_050.cs

+ 2 - 2
Assets/Scripts/CardEffect/EX12/Green/EX12_050.cs

@@ -100,10 +100,10 @@ namespace DCGO.CardEffects.EX12
                         isUsed = true;
                         isUsed = true;
 
 
                         #region reduce cost
                         #region reduce cost
-                        int reducecost = -2;
+                        int reducecost = 2;
 
 
                         ChangeCostClass changeCostClass = new ChangeCostClass();
                         ChangeCostClass changeCostClass = new ChangeCostClass();
-                        changeCostClass.SetUpICardEffect($"Play/Use Cost {reducecost}", CanUseCondition1, card);
+                        changeCostClass.SetUpICardEffect($"Play/Use Cost -{reducecost}", CanUseCondition1, card);
                         changeCostClass.SetUpChangeCostClass(changeCostFunc: ChangeCost, cardSourceCondition: PlayOrUseCondition, rootCondition: RootCondition, isUpDown: isUpDown, isCheckAvailability: () => false, isChangePayingCost: () => true);
                         changeCostClass.SetUpChangeCostClass(changeCostFunc: ChangeCost, cardSourceCondition: PlayOrUseCondition, rootCondition: RootCondition, isUpDown: isUpDown, isCheckAvailability: () => false, isChangePayingCost: () => true);
                         Func<EffectTiming, ICardEffect> getCardEffect = GetCardEffect;
                         Func<EffectTiming, ICardEffect> getCardEffect = GetCardEffect;
                         card.Owner.UntilCalculateFixedCostEffect.Add(getCardEffect);
                         card.Owner.UntilCalculateFixedCostEffect.Add(getCardEffect);