Commit 277aa742 authored by Momobako's avatar Momobako

Push by Appveyor

parent fa99ad5f
...@@ -42,8 +42,7 @@ function c12003003.filter(c) ...@@ -42,8 +42,7 @@ function c12003003.filter(c)
end end
function c12003003.cost(e,tp,eg,ep,ev,re,r,rp,chk) function c12003003.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c12003003.filter,tp,LOCATION_HAND,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(c12003003.filter,tp,LOCATION_HAND,0,1,nil) end
local tg=Duel.SelectTarget(tp,c12003003.filter,tp,LOCATION_HAND,0,1,1,nil) Duel.DiscardHand(tp,c12003003.filter,1,1,REASON_COST+REASON_DISCARD)
Duel.SendtoGrave(tg,REASON_COST)
end end
function c12003003.tgfilter(c) function c12003003.tgfilter(c)
return c:IsRace(RACE_SEASERPENT) and c:IsAbleToHand() return c:IsRace(RACE_SEASERPENT) and c:IsAbleToHand()
......
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