Просмотр исходного кода

Merge branch 'Release-Updates' of https://github.com/DCGO2/DCGO into Release-Updates

mbunch_kascope 1 год назад
Родитель
Сommit
ae2bd218b4

+ 1 - 1
Assets/CardBaseEntity/BT19/Yellow/DigiEgg/BT19_003.asset

@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:95032eca688bd7902b79bef43015307b4947b9ab92b5629ff155075d55bde464
+oid sha256:658608630f31acf6a472252611b635203a7f884074bd402a2e16c2ea1a4ff4c7
 size 1103

+ 1 - 1
Assets/CardEffect/BT19/Red/BT19_080.cs

@@ -34,7 +34,7 @@ namespace DCGO.CardEffects.BT19
                 {
                     if (CardEffectCommons.IsPermanentExistsOnOwnerBattleAreaDigimon(permanent, card))
                     {
-                        if (permanent.IsDigimon && permanent.TopCard.EqualsCardName("Growlmon") || permanent.IsDigimon && permanent.TopCard.EqualsCardName("Gallantmon"))
+                        if (permanent.IsDigimon && permanent.TopCard.ContainsCardName("Growlmon") || permanent.IsDigimon && permanent.TopCard.ContainsCardName("Gallantmon"))
                         {
                             return true;
                         }