x89rt2 4 месяцев назад
Родитель
Сommit
49caecb767
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      Assets/Scripts/CardEffect/EX9/Purple/EX9_060.cs

+ 3 - 3
Assets/Scripts/CardEffect/EX9/Purple/EX9_060.cs

@@ -86,7 +86,7 @@ namespace DCGO.CardEffects.EX9
                         maxCount: 1,
                         canNoSelect: true,
                         canEndNotMax: false,
-                        isShowOpponent: true,
+                        isShowOpponent: false,
                         selectCardCoroutine: SelectCardCoroutine,
                         afterSelectCardCoroutine: null,
                         mode: SelectHandEffect.Mode.Custom,
@@ -157,7 +157,7 @@ namespace DCGO.CardEffects.EX9
                         maxCount: 1,
                         canNoSelect: true,
                         canEndNotMax: false,
-                        isShowOpponent: true,
+                        isShowOpponent: false,
                         selectCardCoroutine: SelectCardCoroutine,
                         afterSelectCardCoroutine: null,
                         mode: SelectHandEffect.Mode.Custom,
@@ -245,4 +245,4 @@ namespace DCGO.CardEffects.EX9
             return cardEffects;
         }
     }
-}
+}