Explorar el Código

Allow SelectCardEffect to use facedown Digivolution cards

hooperk hace 1 mes
padre
commit
312490c463
Se han modificado 1 ficheros con 1 adiciones y 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;