|
|
@@ -1551,10 +1551,7 @@ public class PlayPermanentClass
|
|
|
card.Owner.DigivolveCount_ThisTurn++;
|
|
|
yield return ContinuousController.instance.StartCoroutine(new DrawClass(card.Owner, 1, null).Draw());
|
|
|
|
|
|
- if (isJogress)
|
|
|
- {
|
|
|
- yield return new WaitForEndOfFrame();
|
|
|
- }
|
|
|
+ yield return new WaitForEndOfFrame();
|
|
|
|
|
|
if (_burstDigivolved)
|
|
|
{
|