Explorar el Código

Fix on delete can activate if top card removed

hooperk hace 5 meses
padre
commit
39f51e6bf4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Assets/Scripts/CardEffect/BT24/Purple/BT24_076.cs

+ 1 - 1
Assets/Scripts/CardEffect/BT24/Purple/BT24_076.cs

@@ -203,7 +203,7 @@ namespace DCGO.CardEffects.BT24
 
                 bool CanActivateCondition(Hashtable hashtable)
                 {
-                    return CardEffectCommons.CanActivateOnDeletion(card)
+                    return CardEffectCommons.CanActivateOnDeletionInherited(hashtable, card)
                         && CardEffectCommons.HasMatchConditionOwnersCardInTrash(card, CanSelectCardCondition);
                 }