Commit 1302569b authored by mercury233's avatar mercury233

fix

parent e9c166cd
...@@ -29,7 +29,7 @@ end ...@@ -29,7 +29,7 @@ end
function c32015116.rdfilter(c,lv) function c32015116.rdfilter(c,lv)
if lv<=5 then if lv<=5 then
return c:IsFaceup() and c:GetLevel()==lv return c:IsFaceup() and c:GetLevel()==lv
elseif lv==6 elseif lv==6 then
return c:IsFaceup() and c:GetLevel()>=6 end return c:IsFaceup() and c:GetLevel()>=6 end
else else
return false return false
......
...@@ -57,8 +57,8 @@ function c80033124.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -57,8 +57,8 @@ function c80033124.activate(e,tp,eg,ep,ev,re,r,rp)
if not aux.MustMaterialCheck(nil,tp,EFFECT_MUST_BE_FMATERIAL) then return end if not aux.MustMaterialCheck(nil,tp,EFFECT_MUST_BE_FMATERIAL) then return end
if not Duel.IsExistingMatchingCard(c80033124.spfilter,tp,LOCATION_EXTRA,0,1,nil,e,tp) then return end if not Duel.IsExistingMatchingCard(c80033124.spfilter,tp,LOCATION_EXTRA,0,1,nil,e,tp) then return end
local mg=Duel.GetMatchingGroup(aux.NecroValleyFilter(c80033124.ffilter),tp,LOCATION_HAND+LOCATION_ONFIELD+LOCATION_GRAVE,0,nil,e) local mg=Duel.GetMatchingGroup(aux.NecroValleyFilter(c80033124.ffilter),tp,LOCATION_HAND+LOCATION_ONFIELD+LOCATION_GRAVE,0,nil,e)
if not mg:IsExists(c80033124.fselect,1,nil,tp,mg,sg,41230939,77625948,3019642) then return end
local sg=Group.CreateGroup() local sg=Group.CreateGroup()
if not mg:IsExists(c80033124.fselect,1,nil,tp,mg,sg,41230939,77625948,3019642) then return end
while sg:GetCount()<3 do while sg:GetCount()<3 do
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
local g=mg:FilterSelect(tp,c80033124.fselect,1,1,sg,tp,mg,sg,41230939,77625948,3019642) local g=mg:FilterSelect(tp,c80033124.fselect,1,1,sg,tp,mg,sg,41230939,77625948,3019642)
......
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