Commit 697db690 authored by Amiya's avatar Amiya

修复

parent 809ffacc
Pipeline #32541 failed with stages
in 1 minute and 44 seconds
...@@ -44,7 +44,7 @@ end ...@@ -44,7 +44,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_EVENT+RESET_REMOVE,0,1)RESETS_STANDARD 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