Commit b5da7d1a authored by mercury233's avatar mercury233 Committed by GitHub

minor fix Recettes de Nouvellez

parent cb9ae1f0
...@@ -54,7 +54,7 @@ function s.cfilter2(c) ...@@ -54,7 +54,7 @@ function s.cfilter2(c)
return c:IsType(TYPE_MONSTER) and c:IsReason(REASON_EFFECT) return c:IsType(TYPE_MONSTER) and c:IsReason(REASON_EFFECT)
end end
function s.lpcon(e,tp,eg,ep,ev,re,r,rp) function s.lpcon(e,tp,eg,ep,ev,re,r,rp)
return re:GetHandler():IsAllTypes(TYPE_RITUAL+TYPE_MONSTER) return re and re:GetHandler():IsAllTypes(TYPE_RITUAL+TYPE_MONSTER)
and eg:IsExists(s.cfilter2,1,nil) and eg:IsExists(s.cfilter2,1,nil)
end end
function s.lpop(e,tp,eg,ep,ev,re,r,rp) function s.lpop(e,tp,eg,ep,ev,re,r,rp)
......
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