فهرست منبع

059 bug fixes

Lewisaaronwelch 11 ماه پیش
والد
کامیت
9dba151191
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      Assets/CardEffect/EX10/Purple/EX10_059.cs

+ 2 - 1
Assets/CardEffect/EX10/Purple/EX10_059.cs

@@ -1,6 +1,7 @@
 using System;
 using System.Collections;
 using System.Collections.Generic;
+using System.Linq;
 
 // DarknessBagramon
 namespace DCGO.CardEffects.EX10
@@ -115,7 +116,7 @@ namespace DCGO.CardEffects.EX10
 
                 bool IsOpponentPermamentWithSources(Permanent permanent)
                 {
-                    return IsOpponentPermament(permanent) && permanent.StackCards.Count >= 1;
+                    return IsOpponentPermament(permanent) && permanent.StackCards.Count >= 2;
                 }
 
                 bool IsBagraArmyDigimon(CardSource cardSource)