Commit 7b721c64 authored by mercury233's avatar mercury233

fix SUMMON_TYPE_ADVANCE with no tribute

parent f3056274
......@@ -60,6 +60,7 @@ function c35306215.otop(e,tp,eg,ep,ev,re,r,rp,c)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
local g=Duel.SelectMatchingCard(tp,c35306215.rmfilter,tp,LOCATION_GRAVE,0,2,2,nil)
Duel.Remove(g,POS_FACEUP,REASON_COST)
c:SetMaterial(nil)
end
function c35306215.thcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(Card.IsDiscardable,tp,LOCATION_HAND,0,1,nil) end
......
......@@ -59,4 +59,5 @@ function c80230510.otop(e,tp,eg,ep,ev,re,r,rp,c)
g1:Merge(g2)
Duel.Remove(g1,POS_FACEUP,REASON_COST)
Duel.ResetFlagEffect(tp,80230510)
c:SetMaterial(nil)
end
......@@ -50,4 +50,5 @@ function c92001300.sumcon(e,c,minc)
end
function c92001300.sumop(e,tp,eg,ep,ev,re,r,rp,c)
Duel.Release(e:GetHandler(),REASON_COST)
c:SetMaterial(Group.FromCards(e:GetHandler()))
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