Sfoglia il codice sorgente

Update EX11-025 can't place under Kongou

hooperk 1 mese fa
parent
commit
f2b2b3220e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Assets/Scripts/CardEffect/EX11/Green/EX11_025.cs

+ 1 - 1
Assets/Scripts/CardEffect/EX11/Green/EX11_025.cs

@@ -101,7 +101,7 @@ namespace DCGO.CardEffects.EX11
                         break;
                     }
 
-                    if (CardEffectCommons.HasMatchConditionOwnersHand(card, IsRoyalBaseDigimon))
+                    if (CardEffectCommons.HasMatchConditionOwnersHand(card, IsRoyalBaseDigimon) && card.Owner.CanAddSecurity(activateClass))
                     {
                         SelectHandEffect selectHandEffect = GManager.instance.GetComponent<SelectHandEffect>();