소스 검색

Update EX12_051.cs

x89rt2 2 달 전
부모
커밋
378bc35f59
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Assets/Scripts/CardEffect/EX12/Green/EX12_051.cs

+ 1 - 1
Assets/Scripts/CardEffect/EX12/Green/EX12_051.cs

@@ -19,7 +19,7 @@ namespace DCGO.CardEffects.EX12
                         || permanent.TopCard.EqualsTraits("NSp");
                 }
 
-                cardEffects.Add(CardEffectFactory.AddSelfDigivolutionRequirementStaticEffect(PermanentCondition, 2, false, card, null, level: 4));
+                cardEffects.Add(CardEffectFactory.AddSelfDigivolutionRequirementStaticEffect(PermanentCondition, 3, false, card, null, level: 4));
             }
             #endregion