Commit 5f74f474 authored by Chen Bill's avatar Chen Bill

update operation function signature

parent 664729f6
...@@ -67,7 +67,7 @@ function c31525442.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -67,7 +67,7 @@ function c31525442.spop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
end end
function c31525442.dmcon(e,tp,eg,ev,ep,re,r,rp) function c31525442.dmcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local at=Duel.GetAttacker() local at=Duel.GetAttacker()
return at:GetFlagEffectLabel(31525442)==c:GetFieldID() return at:GetFlagEffectLabel(31525442)==c:GetFieldID()
......
...@@ -45,7 +45,7 @@ end ...@@ -45,7 +45,7 @@ end
function s.chkfilter(c,tp) function s.chkfilter(c,tp)
return c:IsSummonPlayer(1-tp) and c:IsSummonLocation(LOCATION_EXTRA) return c:IsSummonPlayer(1-tp) and c:IsSummonLocation(LOCATION_EXTRA)
end end
function s.chk(e,tp,eg) function s.chk(e,tp,eg,ep,ev,re,r,rp)
for p=0,1 do for p=0,1 do
local tc=eg:GetFirst() local tc=eg:GetFirst()
while tc do while tc do
......
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