Sfoglia il codice sorgente

Update BT25_055.cs

Fix only suspending your digimon.
x89rt2 3 mesi fa
parent
commit
91a1bdb50d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Assets/Scripts/CardEffect/BT25/Green/BT25_055.cs

+ 1 - 1
Assets/Scripts/CardEffect/BT25/Green/BT25_055.cs

@@ -39,7 +39,7 @@ namespace DCGO.CardEffects.BT25
 
             bool CanSuspendPermanentCondition(Permanent permanent)
             {
-                return CardEffectCommons.IsPermanentExistsOnOwnerBattleAreaDigimon(permanent, card)
+                return CardEffectCommons.IsPermanentExistsOnBattleAreaDigimon(permanent)
                     && !permanent.IsSuspended
                     && permanent.CanSuspend;
             }