Commit a99c8462 authored by argon.sun's avatar argon.sun

fix

parent 10339cf3
......@@ -19,9 +19,9 @@ function c32646477.costfilter(c)
end
function c32646477.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckReleaseGroup(tp,c32646477.costfilter,1,nil) end
local sg=Duel.SelectReleaseGroup(tp,c32646477.costfilter,1,1,nil)
local g=Duel.SelectReleaseGroup(tp,c32646477.costfilter,1,1,nil)
e:SetLabel(g:GetFirst():GetLevel()*200)
Duel.Release(sg,REASON_COST)
Duel.Release(g,REASON_COST)
end
function c32646477.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true 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