Commit d3070e75 authored by Grajade's avatar Grajade

Update c33331561.lua

parent 35d8e549
Pipeline #3735 passed with stages
in 29 minutes and 9 seconds
......@@ -37,9 +37,9 @@ function c33331561.cfilter2(c,tp)
end
function c33331561.cost2(e,tp,eg,ep,ev,re,r,rp,chk)
e:SetLabel(100)
if chk==0 then return Duel.IsExistingMatchingCard(c33331561.cfilter2,tp,LOCATION_ONFIELD+LOCATION_HAND,0,1,e:GetHandler(),tp) end
if chk==0 then return Duel.IsExistingMatchingCard(c33331561.cfilter2,tp,LOCATION_ONFIELD+LOCATION_HAND,0,1,nil,tp) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE)
local sg=Duel.SelectMatchingCard(tp,c33331561.cfilter2,tp,LOCATION_ONFIELD+LOCATION_HAND,0,1,1,e:GetHandler(),tp)
local sg=Duel.SelectMatchingCard(tp,c33331561.cfilter2,tp,LOCATION_ONFIELD+LOCATION_HAND,0,1,1,nil,tp)
Duel.SendtoGrave(sg,REASON_COST+REASON_RELEASE)
end
function c33331561.tfilter2(c,e,tp)
......
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