Explorar el Código

Update Hawkmon_BT16_007.cs

Albert Vasconcellos hace 2 años
padre
commit
a33cd85a0a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Assets/CardEffect/BT16/Red/Hawkmon_BT16_007.cs

+ 1 - 1
Assets/CardEffect/BT16/Red/Hawkmon_BT16_007.cs

@@ -68,7 +68,7 @@ namespace DCGO.CardEffects.BT16
                 {
                     if (CardEffectCommons.IsExistOnBattleArea(card))
                     {
-                        if (CardEffectCommons.CanTriggerOnPermanentPlay(hashtable, PermanentCondition))
+                        if (CardEffectCommons.CanTriggerOnPermanentPlay(hashtable, PermanentCondition) || CardEffectCommons.CanTriggerWhenPermanentDigivolving(hashtable, PermanentCondition))
                         {
                             if (CardEffectCommons.IsOwnerTurn(card))
                             {