Parcourir la source

Update Assets/Scripts/CardEffect/ST20/Yellow/ST20_06.cs

Co-authored-by: hooperk <hooperk@tcd.ie>
x89rt2 il y a 3 mois
Parent
commit
f18f57f199
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Assets/Scripts/CardEffect/ST20/Yellow/ST20_06.cs

+ 1 - 1
Assets/Scripts/CardEffect/ST20/Yellow/ST20_06.cs

@@ -273,7 +273,7 @@ namespace DCGO.CardEffects.ST20
                         etbPermanents = etbPermanents.Filter(MyDigimonAdventurePlayedDigid);
                     }
 
-                    return etbPermanents.Count > 0
+                    return etbPermanents.Count <= 0
                         && CardEffectCommons.HasMatchConditionPermanent(MyDigimonAlliance);
                 }