Commit 16e72509 authored by wind2009's avatar wind2009

Merge branch 'patch-7' into 'master'

Fix 紋章獣グリフォン

See merge request !158
parents dddce575 0afc7a61
Pipeline #31833 passed with stages
in 1 minute and 36 seconds
...@@ -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