Commit b3ee2a0a authored by 未闻皂名's avatar 未闻皂名

2023/10/23 融合相关调整

parent a8abdc82
Pipeline #23821 passed with stages
in 7 minutes and 47 seconds
......@@ -19,5 +19,5 @@ function cm.exfilter(c)
return c:IsType(TYPE_MONSTER) and c:IsCanBeFusionMaterial() and c:IsAbleToDeck()
end
function cm.matcheck(tp,sg,fc)
return sg:IsExists(Card.IsCode,1,nil,list[1])
return sg:IsExists(Card.IsFusionCode,1,nil,list[1])
end
\ No newline at end of file
......@@ -13,7 +13,7 @@ function cm.initial_effect(c)
end
--Activate
function cm.matfilter(c)
return c:IsLinkCode(list[1]) or c:IsLinkCode(list[2]) or c:IsCode(list[3])
return c:IsFusionCode(list[1],list[2],list[3])
end
function cm.matcheck(tp,sg,fc)
return sg:IsExists(cm.matfilter,1,nil) and sg:GetCount()==2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment