Commit 16392ef5 authored by mercury233's avatar mercury233 Committed by GitHub

fix ボンディング-D2O

parent 5457832e
......@@ -59,7 +59,7 @@ function c79402185.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function c79402185.thcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c79402185.thfilter,1,nil)
return eg:IsExists(c79402185.thfilter,1,nil) and not eg:IsContains(e:GetHandler())
end
function c79402185.thfilter(c)
return (c:IsCode(85066822) or c:IsCode(6022371)) and c:IsPreviousLocation(LOCATION_ONFIELD)
......
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