Commit bfe912a7 authored by VanillaSalt's avatar VanillaSalt

fix

parent e8eb68a0
......@@ -34,7 +34,7 @@ function c23516703.limittg(e,c,tp)
local t1,t2,t3=Duel.GetActivityCount(tp,ACTIVITY_SUMMON,ACTIVITY_FLIPSUMMON,ACTIVITY_SPSUMMON)
return t1+t2+t3>=2
end
function c23516703.countval(e,tp)
function c23516703.countval(e,re,tp)
local t1,t2,t3=Duel.GetActivityCount(tp,ACTIVITY_SUMMON,ACTIVITY_FLIPSUMMON,ACTIVITY_SPSUMMON)
if t1+t2+t3>=2 then return 0 else return 2-t1-t2-t3 end
end
......@@ -57,7 +57,7 @@ end
function c29951323.countcon2(e)
return Duel.GetTurnPlayer()~=e:GetHandlerPlayer()
end
function c29951323.countval(e,tp)
function c29951323.countval(e,re,tp)
local t1=Duel.GetActivityCount(tp,ACTIVITY_SPSUMMON)
local t2=Duel.GetBattledCount(tp)
if t1>=t2 then return 0 else return t2-t1 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