Commit 1d294c26 authored by Amiya's avatar Amiya

修复

parent 10a02db8
......@@ -48,7 +48,7 @@ function s.eqlimit(e,c)
and c:IsRace(RACE_DRAGON)
end
function s.eqfilter(c,tp)
return c:IsControler(e:GetHandlerPlayer()) and c:IsType(TYPE_SYNCHRO)
return c:IsControler(tp) and c:IsType(TYPE_SYNCHRO)
and c:IsRace(RACE_DRAGON)
end
function s.eqtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
......
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