Commit 2e05926f authored by nanahira's avatar nanahira

catchup

parent 61bf63cb
......@@ -66,7 +66,7 @@ function cm.eqop(e,tp,eg,ep,ev,re,r,rp)
e2:SetValue(cm.eqlimit)
e2:SetReset(RESET_EVENT+0x1fe0000)
tc:RegisterEffect(e2)
else Duel.SendtoGrave(tc,REASON_EFFECT) end
else Duel.SendtoGrave(tc,REASON_RULE) end
end
function cm.eqlimit(e,c)
return e:GetOwner()==c
......
......@@ -111,7 +111,7 @@ function cm.eqop(e,tp,eg,ep,ev,re,r,rp)
e2:SetReset(RESET_EVENT+0x1fe0000)
e2:SetValue(cm.repval)
tc:RegisterEffect(e2)
else Duel.SendtoGrave(tc,REASON_EFFECT) end
else Duel.SendtoGrave(tc,REASON_RULE) end
end
end
function cm.repval(e,re,r,rp)
......
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