Forráskód Böngészése

Merge pull request #1576 from DCGO2/hooperk-EX11-025

Update EX11-025 can't place under Kongou
x89rt2 1 hónapja
szülő
commit
a6e2bc90cf
1 módosított fájl, 1 hozzáadás és 1 törlés
  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>();