Commit 5c1f57af authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c12835106.lua

parent cb6a3954
Pipeline #30220 passed with stages
in 40 minutes and 39 seconds
...@@ -177,7 +177,7 @@ function s.desfilter(c,s,tp) ...@@ -177,7 +177,7 @@ function s.desfilter(c,s,tp)
local seq=c:GetSequence() local seq=c:GetSequence()
if c:GetSequence()==5 and tp~=c:GetControler() then seq=6 end if c:GetSequence()==5 and tp~=c:GetControler() then seq=6 end
if c:GetSequence()==6 and tp~=c:GetControler() then seq=5 end if c:GetSequence()==6 and tp~=c:GetControler() then seq=5 end
return seq<5 and aux.GetColumn(c,tp)==s or seq==5 and s==1 or seq==6 and s==3 return seq<5 and aux.GetColumn(c,tp)==s or seq==5 and s==1 and c:IsLocation(LOCATION_MZONE) or seq==6 and s==3 and c:IsLocation(LOCATION_MZONE)
end end
function s.mtg2(e,tp,eg,ep,ev,re,r,rp,chk) function s.mtg2(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler() local c=e:GetHandler()
......
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