Commit e6faecc9 authored by Amiya's avatar Amiya

修复

parent 0f9858a9
Pipeline #42103 failed with stages
in 40 seconds
......@@ -29,7 +29,7 @@ end
function s.damcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(s.costfilter,tp,LOCATION_SZONE,0,1,nil) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
local g=Duel.SelectMatchingCard(tp,s.costfilter,tp,LOCATION_ONFIELD,0,1,5,e:GetHandler())
local g=Duel.SelectMatchingCard(tp,s.costfilter,tp,LOCATION_SZONE,0,1,5,e:GetHandler())
Duel.SendtoGrave(g,REASON_COST)
e:SetLabel(g:GetCount())
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