Commit feac83ec authored by Amiya's avatar Amiya

修复

parent 7ed78ecc
......@@ -20,7 +20,7 @@ function s.initial_effect(c)
c:RegisterEffect(e2)
end
function s.codefilter(c)
return c:IsFaceup() and not c:IsCode(id+o)
return c:IsFaceup() and not c:IsCode(101208146)
end
function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsControler(1-tp) and chkc:IsLocation(LOCATION_MZONE) and not chkc:IsCode(id+o) end
......
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