Commit d9f0ffbc authored by Amiya's avatar Amiya

修复

parent 3c325576
......@@ -73,7 +73,7 @@ function s.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
local race=g:GetFirst():GetOriginalRace()
g:AddCard(e:GetHandler())
Duel.Remove(g,POS_FACEUP,REASON_COST)
e:SetLabel(100,rece)
e:SetLabel(100,race)
end
function s.spnfilter(c,code)
return c:IsType(TYPE_LINK) and c:IsRace(RACE_PLANT) and c:IsCode(code)
......
......@@ -37,7 +37,7 @@ function s.thfiter(c,g)
return c:IsAbleToHand() and g:IsExists(s.tgfiter,1,c,g,c)
end
function s.tgfiter(c,g,tc)
return c:IsAbleToGrave() and g:IsExists(s.rmfiter,1,Group.FromCards(c,tg))
return c:IsAbleToGrave() and g:IsExists(s.rmfiter,1,Group.FromCards(c,tc))
end
function s.rmfiter(c)
return c:IsAbleToRemove()
......
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