Browse Source

Update AD1_004.cs

x89rt2 5 tháng trước cách đây
mục cha
commit
332bb89d1a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Assets/Scripts/CardEffect/AD1/Red/AD1_004.cs

+ 1 - 1
Assets/Scripts/CardEffect/AD1/Red/AD1_004.cs

@@ -387,7 +387,7 @@ namespace DCGO.CardEffects.AD1
 
                 bool CanActivateCondition(Hashtable hashtable)
                 {
-                    return CardEffectCommons.IsExistOnBattleAreaDigimon(card)
+                    return CardEffectCommons.IsExistOnBattleAreaDigimon(card);
                 }
 
                 bool CanSelectPermanentCondition(Permanent permanent)