Browse Source

Fix missing effect processing warning

hooperk 5 months ago
parent
commit
11b8177003
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Assets/Scripts/CardEffect/EX5/White/EX5_070.cs

+ 1 - 1
Assets/Scripts/CardEffect/EX5/White/EX5_070.cs

@@ -288,7 +288,7 @@ public class EX5_070 : CEntity_Effect
                                     canEndNotMax: false,
                                     isShowOpponent: true,
                                     mode: SelectCardEffect.Mode.Custom,
-                                    root: SelectCardEffect.Root.Custom,
+                                    root: SelectCardEffect.Root.DigivolutionCards,
                                     customRootCardList: card.PermanentOfThisCard().DigivolutionCards,
                                     canLookReverseCard: true,
                                     selectPlayer: card.Owner,