Albert Vasconcellos 2 лет назад
Родитель
Сommit
a33cd85a0a
1 измененных файлов с 1 добавлено и 1 удалено
  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))
                             {