Commit d7317b47 authored by salix5's avatar salix5

fix: typos

parent e2422fc1
...@@ -31,7 +31,7 @@ function c21007444.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -31,7 +31,7 @@ function c21007444.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
sg=sg0:FilterSelect(tp,c21007444.filter,ft,ft,nil,e,tp) sg=sg0:FilterSelect(tp,c21007444.filter,ft,ft,nil,e,tp)
else else
sg=sg0.Clone() sg=sg0:Clone()
end end
if sg:GetCount()>0 then if sg:GetCount()>0 then
local tg=sg:GetFirst() local tg=sg:GetFirst()
......
...@@ -57,7 +57,7 @@ function c22842214.eqop(e,tp,eg,ep,ev,re,r,rp) ...@@ -57,7 +57,7 @@ function c22842214.eqop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
tg=tg0:FilterSelect(tp,c22842214.filter,ft,ft,nil) tg=tg0:FilterSelect(tp,c22842214.filter,ft,ft,nil)
else else
tg=tg0.Clone() tg=tg0:Clone()
end end
if tg:GetCount()>0 then if tg:GetCount()>0 then
local tc=tg:GetFirst() local tc=tg:GetFirst()
......
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