Commit 45b3c820 authored by Tachibana's avatar Tachibana

ndyd

parent a5287a38
No preview for this file type
......@@ -24,6 +24,9 @@ function cm.initial_effect(c)
end
function cm.spfilter(c,e,tp)
return c:IsSetCard(0x2e1) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
--2021/08/22 19:47 修复
and not c:IsSetCard(0x2e2)
--修复内容:特殊召唤未排除【哈克】字段,与效果不符
end
function cm.filter(c)
return c:IsSetCard(0x2e2) and c:IsFaceup()
......
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