Просмотр исходного кода

Update Assets/Scripts/CardEffect/BT25/Yellow/BT25_038.cs

Co-authored-by: hooperk <hooperk@tcd.ie>
x89rt2 3 месяцев назад
Родитель
Сommit
e2ab89bd3c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Assets/Scripts/CardEffect/BT25/Yellow/BT25_038.cs

+ 1 - 1
Assets/Scripts/CardEffect/BT25/Yellow/BT25_038.cs

@@ -360,7 +360,7 @@ namespace DCGO.CardEffects.BT25
                 bool CanUseCondition(Hashtable hashtable)
                 bool CanUseCondition(Hashtable hashtable)
                 {
                 {
                     return CardEffectCommons.IsExistOnBattleAreaDigimon(card) &&
                     return CardEffectCommons.IsExistOnBattleAreaDigimon(card) &&
-                           CardEffectCommons.CanTriggerWhenLoseSecurity(hashtable, _ => true);
+                           CardEffectCommons.CanTriggerWhenLoseSecurity(hashtable, player => player == card.Owner);
                 }
                 }
 
 
                 bool CanActivateCondition(Hashtable hashtable)
                 bool CanActivateCondition(Hashtable hashtable)