Commit 84c80d50 authored by 聖園ミカ's avatar 聖園ミカ 🐟

vme50

parent 319e7bb0
......@@ -54,8 +54,8 @@ end
function cm.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
local tp=e:GetHandler():GetControler()
local ft=Duel.GetLocationCount(tp,LOCATION_MZONE)
if chk==0 then return ft>-1 and Duel.CheckReleaseGroup(REASON_COST,tp,cm.cfilter,1,nil,ft,tp) end
local g=Duel.SelectReleaseGroup(REASON_COST,tp,cm.cfilter,1,1,nil,ft,tp)
if chk==0 then return ft>-1 and Duel.CheckReleaseGroupEx(tp,cm.cfilter,1,REASON_COST,false,nil,ft,tp) end
local g=Duel.SelectReleaseGroupEx(tp,cm.cfilter,1,1,REASON_COST,false,nil,ft,tp)
Duel.Release(g,REASON_COST)
end
function cm.spfilter(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