Commit feb5f8b8 authored by POLYMER's avatar POLYMER

fix

parent b8ee1f64
...@@ -61,7 +61,7 @@ function c1171244.val0(e,c,rc) ...@@ -61,7 +61,7 @@ function c1171244.val0(e,c,rc)
else return lv end else return lv end
end end
-- 1 -- 1
function c1171244.filter1(e,te) function c1171244.filter1(e,c,te)
return te:GetOwner()~=e:GetOwner() and c:IsType(TYPE_MONSTER) and not (te:GetHandler():IsSummonType(SUMMON_TYPE_SPECIAL) and te:GetHandler():IsLocation(LOCATION_GRAVE)) return te:GetOwner()~=e:GetOwner() and c:IsType(TYPE_MONSTER) and not (te:GetHandler():IsSummonType(SUMMON_TYPE_SPECIAL) and te:GetHandler():IsLocation(LOCATION_GRAVE))
end end
-- 2 -- 2
......
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