|
|
@@ -212,7 +212,7 @@ namespace DCGO.CardEffects.BT25
|
|
|
yield return ContinuousController.instance.StartCoroutine(CardEffectCommons.ChangeDigimonDP(
|
|
|
targetPermanent: permanent,
|
|
|
changeValue: reduction,
|
|
|
- effectDuration: EffectDuration.UntilEachTurnEnd,
|
|
|
+ effectDuration: EffectDuration.UntilOpponentTurnEnd,
|
|
|
activateClass: activateClass));
|
|
|
}
|
|
|
}
|