Commit 451b83d8 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12032003.lua

parent 3ecb9eae
......@@ -61,7 +61,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e1)
end
function cm.condition(e,tp,eg,ep,ev,re,r,rp)
return re:GetHandler():IsSetCard(0xfa1)
return re and re:GetHandler():IsSetCard(0xfa1)
end
function cm.droperation(e,tp,eg,ep,ev,re,r,rp)
Duel.Draw(tp,1,REASON_EFFECT)
......
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