Commit bc08c26b authored by 2924713558's avatar 2924713558 Committed by GitHub

Update c1110131.lua

parent 46a8b0b8
...@@ -53,12 +53,12 @@ function c1110131.cfilter3(c,e) ...@@ -53,12 +53,12 @@ function c1110131.cfilter3(c,e)
return c:IsAbleToGrave() return c:IsAbleToGrave()
end end
function c1110131.cost3(e,c,tp) function c1110131.cost3(e,c,tp)
return Duel.IsExistingMatchingCard(c1110131.cfilter3,tp,LOCATION_MZONE,LOCATION_MZONE,1,nil,e:GetHandler()) return Duel.IsExistingMatchingCard(c1110131.cfilter3,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil,e:GetHandler())
end end
-- --
function c1110131.op3(e,tp,eg,ep,ev,re,r,rp) function c1110131.op3(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
local g=Duel.SelectMatchingCard(tp,c1110131.cfilter3,tp,LOCATION_MZONE,LOCATION_MZONE,1,1,nil,e:GetHandler()) local g=Duel.SelectMatchingCard(tp,c1110131.cfilter3,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,1,nil,e:GetHandler())
if g:GetCount()>0 then if g:GetCount()>0 then
Duel.SendtoGrave(g,REASON_COST) Duel.SendtoGrave(g,REASON_COST)
end 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