Commit 11434d38 authored by mercury233's avatar mercury233

fix

parent a0ad15d6
...@@ -54,7 +54,7 @@ function c59913418.costcon(e) ...@@ -54,7 +54,7 @@ function c59913418.costcon(e)
local mg=c:GetMaterial() local mg=c:GetMaterial()
return c:GetSummonType()==SUMMON_TYPE_RITUAL and mg:GetCount()>0 and not mg:IsExists(c59913418.mfilter,1,nil) return c:GetSummonType()==SUMMON_TYPE_RITUAL and mg:GetCount()>0 and not mg:IsExists(c59913418.mfilter,1,nil)
end end
function c59913418.costchange(e,re,rp,val) function c59913418.costval(e,re,rp,val)
if re and re:IsHasType(0x7e0) and re:GetHandler()==e:GetHandler() then if re and re:IsHasType(0x7e0) and re:GetHandler()==e:GetHandler() then
return 0 return 0
else return val end else return val 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