Commit 4d58af94 authored by DailyShana's avatar DailyShana

fix

parent b5bedbc5
...@@ -78,7 +78,8 @@ end ...@@ -78,7 +78,8 @@ end
function c10000080.ttcon2(e,c,minc) function c10000080.ttcon2(e,c,minc)
if c==nil then return true end if c==nil then return true end
local tp=c:GetControler() local tp=c:GetControler()
return minc<=3 and Duel.CheckTribute(c,3,3,nil,1-tp) local mg=Duel.GetFieldGroup(tp,0,LOCATION_MZONE)
return minc<=3 and Duel.CheckTribute(c,3,3,mg,1-tp)
end end
function c10000080.ttop2(e,tp,eg,ep,ev,re,r,rp,c) function c10000080.ttop2(e,tp,eg,ep,ev,re,r,rp,c)
local mg=Duel.GetFieldGroup(tp,0,LOCATION_MZONE) local mg=Duel.GetFieldGroup(tp,0,LOCATION_MZONE)
......
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