Commit 9c644740 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c65052502.lua

parent fcd04278
......@@ -54,7 +54,7 @@ function c65052502.spcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c65052502.spfilter,1,nil)
end
function c65052502.spfilter(c)
return c:IsSummonType(SUMMON_TYPE_PENDULUM)
return c:IsSummonType(SUMMON_TYPE_PENDULUM) and c:IsReason(REASON_EFFECT)
end
function c65052502.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
......
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