Explorar o código

Allow SelectCardEffect to use facedown Digivolution cards

hooperk hai 1 mes
pai
achega
312490c463
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Assets/Scripts/Script/SelectCardEffect.cs

+ 1 - 1
Assets/Scripts/Script/SelectCardEffect.cs

@@ -274,7 +274,7 @@ public class SelectCardEffect : MonoBehaviourPunCallbacks
     private bool CanSelectCard(CardSource cardSource)
     {
         
-        if (_root != Root.Library && _root != Root.Security && _root != Root.Custom)
+        if (_root != Root.Library && _root != Root.Security && _root != Root.DigivolutionCards && _root != Root.Custom)
         {
             if (cardSource.IsFlipped)
                 return false;