Explorar o código

Update BT19_031.cs

mbunch_kascope hai 1 ano
pai
achega
5414eb0f26
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Assets/CardEffect/BT19/Yellow/BT19_031.cs

+ 1 - 1
Assets/CardEffect/BT19/Yellow/BT19_031.cs

@@ -88,7 +88,7 @@ namespace DCGO.CardEffects.BT19
                 bool PlayCardCondition(CardSource cardSource)
                 {
                     return cardSource.IsDigimon && cardSource.EqualsCardName("ShootingStarmon") &&
-                           cardSource.CanPlayCardTargetFrame(card.PermanentOfThisCard().PermanentFrame, false, activateClass);
+                           CardEffectCommons.CanPlayAsNewPermanent(cardSource, false, activateClass, SelectCardEffect.Root.DigivolutionCards);
                 }
 
                 bool TamerHasDigimonCondition(Permanent permanent)