Commit d4f64c84 authored by Tachibana's avatar Tachibana

nmbd

parent c3350d14
......@@ -46,10 +46,9 @@ function cm.initial_effect(c)
end
cm.KamenRider_name=17020000
function cm.cfilter(c,tp,se)
return c:IsFaceup() and c:IsSetCard(0x7fa) and c:IsControler(tp) and (se==nil or c:GetReasonEffect()~=se)
return c:IsFaceup() and c:IsSetCard(0x7fa) and c:IsControler(tp)
end
function cm.drcon(e,tp,eg,ep,ev,re,r,rp)
local se=e:GetLabelObject():GetLabelObject()
return eg:IsExists(cm.cfilter,1,nil,tp,se)
end
function cm.drtg(e,tp,eg,ep,ev,re,r,rp,chk)
......
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