Commit 523fba32 authored by Amiya's avatar Amiya

修复

parent 955f006c
Pipeline #32539 passed with stages
in 2 minutes
...@@ -42,7 +42,7 @@ end ...@@ -42,7 +42,7 @@ end
function s.checkop(e,tp,eg,ep,ev,re,r,rp) function s.checkop(e,tp,eg,ep,ev,re,r,rp)
for tc in aux.Next(eg) do for tc in aux.Next(eg) do
if re and re:GetHandler():IsType(TYPE_MONSTER) then if re and re:GetHandler():IsType(TYPE_MONSTER) then
tc:RegisterFlagEffect(id,RESET_CHAIN,0,1) tc:RegisterFlagEffect(id,RESET_EVENT+RESET_REMOVE,0,1)
end end
end end
end end
......
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