Commit 0afc7a61 authored by Mr.Tan's avatar Mr.Tan

Fix 紋章獣グリフォン

parent dddce575
...@@ -247,7 +247,7 @@ function s.adjustop(e,tp,eg,ep,ev,re,r,rp) ...@@ -247,7 +247,7 @@ function s.adjustop(e,tp,eg,ep,ev,re,r,rp)
if (et==0 or 2-et==ext) and exg then if (et==0 or 2-et==ext) and exg then
for ttc in aux.Next(exg) do for ttc in aux.Next(exg) do
local tte=ttc:IsHasEffect(81096431,tp) local tte=ttc:IsHasEffect(81096431,tp)
tte:UseCountLimit(tp) if tte then tte:UseCountLimit(tp) end
end end
else else
local st=2-et local st=2-et
......
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