Commit 415ac194 authored by mallu11's avatar mallu11 Committed by GitHub

fix ヴァンパイア・サッカー (#1495)

parent 7e1e133f
...@@ -71,7 +71,7 @@ function c37129797.drfilter(c) ...@@ -71,7 +71,7 @@ function c37129797.drfilter(c)
return c:IsRace(RACE_ZOMBIE) and c:IsPreviousLocation(LOCATION_GRAVE) return c:IsRace(RACE_ZOMBIE) and c:IsPreviousLocation(LOCATION_GRAVE)
end end
function c37129797.drcon(e,tp,eg,ep,ev,re,r,rp) function c37129797.drcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c37129797.drfilter,1,nil) and not eg:IsContains(e:GetHandler()) return eg:IsExists(c37129797.drfilter,1,e:GetHandler())
end end
function c37129797.drtg(e,tp,eg,ep,ev,re,r,rp,chk) function c37129797.drtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return true 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