Commit c3350d14 authored by Tachibana's avatar Tachibana

nmbd

parent 52a09ce6
No preview for this file type
......@@ -45,11 +45,12 @@ function cm.initial_effect(c)
c:RegisterEffect(e5)
end
cm.KamenRider_name=17020000
function cm.cfilter(c,tp)
return c:IsFaceup() and c:IsSetCard(0x7fa)
function cm.cfilter(c,tp,se)
return c:IsFaceup() and c:IsSetCard(0x7fa) and c:IsControler(tp) and (se==nil or c:GetReasonEffect()~=se)
end
function cm.drcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(cm.cfilter,1,nil,tp)
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)
if chk==0 then return Duel.IsPlayerCanDraw(tp,1) 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