Commit 398bb751 authored by Tachibana's avatar Tachibana

得得得得得

parent 4d1e4ce4
Pipeline #12459 passed with stages
in 30 minutes and 2 seconds
......@@ -25,8 +25,8 @@ function cm.initial_effect(c)
e2:SetOperation(cm.spop)
c:RegisterEffect(e2)
end
function cm.e2tgfilter(c,e)
return c:IsFaceup() and c:GetFlagEffect(m)==0 and c:IsImmuneToEffect(e)
function cm.e2tgfilter(c)
return c:IsFaceup() and c:GetFlagEffect(m)==0
end
function cm.e2tg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE) and cm.e2tgfilter(chkc) 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