Commit ef280c97 authored by GuGu's avatar GuGu

Update c31021.lua

parent 036d1106
Pipeline #29125 passed with stage
in 23 seconds
...@@ -71,7 +71,7 @@ end ...@@ -71,7 +71,7 @@ end
function c31021.spop(e,tp,eg,ep,ev,re,r,rp,c) function c31021.spop(e,tp,eg,ep,ev,re,r,rp,c)
local g=Duel.GetMatchingGroup(c31021.spfilter,c:GetControler(),LOCATION_MZONE,0,nil) local g=Duel.GetMatchingGroup(c31021.spfilter,c:GetControler(),LOCATION_MZONE,0,nil)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE)
local sg=g:SelectWithSumGreater(tp,c31021.rfilter,8) local sg=g:SelectWithSumGreater(tp,c31021.rfilter,11)
Duel.Release(sg,REASON_COST) Duel.Release(sg,REASON_COST)
end end
function c31021.efilter(e,te) function c31021.efilter(e,te)
......
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