Browse Source

Update BT23-101 Defensively ensure effect is digimon effect

hooperk 3 months ago
parent
commit
258bc8f185
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Assets/Scripts/CardEffect/BT23/Green/BT23_101.cs

+ 1 - 0
Assets/Scripts/CardEffect/BT23/Green/BT23_101.cs

@@ -366,6 +366,7 @@ namespace DCGO.CardEffects.BT23
 
                                     if (selectedEffect != null)
                                     {
+                                        selectedEffect.SetIsDigimonEffect(true);
                                         Hashtable effectHashtable = CardEffectCommons.OnPlayCheckHashtableOfCard(selectedEffect.EffectSourceCard);
 
                                         if (!selectedEffect.IsDisabled)