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