Commit 6b2b17b6 authored by GuGu's avatar GuGu

Update c86379714.lua 融合检测

parent 76be39b4
Pipeline #21645 passed with stage
in 51 seconds
......@@ -33,10 +33,10 @@ function c86379714.initial_effect(c)
end
--
function c86379714.mfilter1(c)
return c:IsSetCard(0x208)
return c:IsFusionType(TYPE_MONSTER) and c:IsFusionSetCard(0x208)
end
function c86379714.mfilter2(c)
return not c:IsSetCard(0x208)
return c:IsFusionType(TYPE_MONSTER) and not c:IsFusionSetCard(0x208)
end
--
function c86379714.filter(c)
......
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