Browse Source

Update Assets/Scripts/CardEffect/AD1/Red/AD1_004.cs

Co-authored-by: hooperk <hooperk@tcd.ie>
x89rt2 5 tháng trước cách đây
mục cha
commit
7b0959ba22
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Assets/Scripts/CardEffect/AD1/Red/AD1_004.cs

+ 1 - 1
Assets/Scripts/CardEffect/AD1/Red/AD1_004.cs

@@ -261,7 +261,7 @@ namespace DCGO.CardEffects.AD1
                     return false;
                 }
 
-                cardEffects.Add(CardEffectFactory.ChangeSelfSAttackStaticEffect<Func<int>>(changeValue: () => count(), isInheritedEffect: false, card: card, condition: Condition));
+                cardEffects.Add(CardEffectFactory.ChangeSelfSAttackStaticEffect<Func<int>>(changeValue: count, isInheritedEffect: false, card: card, condition: Condition));
             }
 
             #endregion