فهرست منبع

Update Keramon_BT17_053.cs

mbunch_kascope 2 سال پیش
والد
کامیت
f6a14cc450
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Assets/CardEffect/BT17/Black/Keramon_BT17_053.cs

+ 1 - 1
Assets/CardEffect/BT17/Black/Keramon_BT17_053.cs

@@ -25,7 +25,7 @@ namespace DCGO.CardEffects.BT17
 
                 bool HasInfermonInHand (CardSource source)
                 {
-                    return card.CardNames.Contains("Infermon");
+                    return source.EqualsCardName("Infermon");
                 }
 
                 bool OpponentPermanentCondition (Permanent permanent)