Commit 41a0ceb9 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c65052504.lua

parent 9c644740
......@@ -51,10 +51,10 @@ function c65052504.notsoulop(e,tp,eg,ep,ev,re,r,rp)
end
end
function c65052504.spcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c65052504.spfilter,1,nil)
return eg:IsExists(c65052504.spfilter,1,nil,tp)
end
function c65052504.spfilter(c)
return c:IsSummonType(SUMMON_TYPE_PENDULUM)
function c65052504.spfilter(c,tp)
return c:IsSummonType(SUMMON_TYPE_PENDULUM) and c:IsReason(REASON_EFFECT) and c:GetPreviousControler()==tp
end
function c65052504.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsPlayerCanDraw(tp) 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