Commit 5be5db68 authored by POLYMER's avatar POLYMER

fix

parent 43836e25
......@@ -64,8 +64,7 @@ function c71400043.matfilter(c)
return c:IsSetCard(0x714) and not c:IsLinkType(TYPE_LINK)
end
function c71400043.mgfilterfunc(c)
local sp=c:GetControler()
return function(g) return yume.IsYumeFieldOnField(sp) and Duel.IsExistingMatchingCard(c71400043.gyfilter,sp,LOCATION_GRAVE,0,1,nil) end
return function(g) return yume.IsYumeFieldOnField(c:GetControler()) and Duel.IsExistingMatchingCard(c71400043.gyfilter,c:GetControler(),LOCATION_GRAVE,0,1,nil) end
end
function c71400043.gyfilter(c)
return c:IsSetCard(0x7714) and c:IsType(TYPE_FIELD)
......
......@@ -45,6 +45,7 @@ function c71403010.tg1(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
else
op=Duel.SelectOption(tp,aux.Stringid(71400010,2))+1
end
e:SetLabel(op)
if op==0 then
e:SetCategory(CATEGORY_TOEXTRA+CATEGORY_TOGRAVE+CATEGORY_SPECIAL_SUMMON)
Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(71403001,1))
......
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