Commit cc257456 authored by Amiya's avatar Amiya

修复

parent 8b28cf1b
...@@ -97,10 +97,10 @@ function s.eqop(e,tp,eg,ep,ev,re,r,rp) ...@@ -97,10 +97,10 @@ function s.eqop(e,tp,eg,ep,ev,re,r,rp)
qc:RegisterEffect(e1) qc:RegisterEffect(e1)
end end
else else
Duel.SendtoGrave(qc,REASON_EFFECT) Duel.SendtoGrave(qc,REASON_RULE)
end end
else else
Duel.SendtoGrave(qc,REASON_EFFECT) Duel.SendtoGrave(qc,REASON_RULE)
end end
if #g>0 then if #g>0 then
Duel.SortDecktop(tp,tp,#g) Duel.SortDecktop(tp,tp,#g)
......
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