Commit 72cb3bd5 authored by wind2009's avatar wind2009

Fix メタトロンの影霊衣

parent 0b643ee5
......@@ -52,7 +52,7 @@ function s.mat_filter(c)
return not c:IsLevel(9)
end
function s.cfilter(c,tp)
return c:IsPreviousControler(tp) and c:IsControler(tp) and c:IsSetCard(0xb4)
return c:IsFaceupEx() and c:IsPreviousControler(tp) and c:IsControler(tp) and c:IsSetCard(0xb4)
end
function s.rmcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(s.cfilter,1,nil,tp) and e:GetHandler():IsStatus(STATUS_EFFECT_ENABLED)
......
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