Commit a6f60f18 authored by Huangnan's avatar Huangnan

fix

parent 7a07b8cb
...@@ -79,8 +79,8 @@ function c33701066.cfilter(c) ...@@ -79,8 +79,8 @@ function c33701066.cfilter(c)
return c:IsFaceup() and c:IsSetCard(0x6440) and c:IsType(TYPE_MONSTER) return c:IsFaceup() and c:IsSetCard(0x6440) and c:IsType(TYPE_MONSTER)
end end
function c33701066.spcost(e,tp,eg,ep,ev,re,r,rp,chk) function c33701066.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckReleaseGroupEx(REASON_COST,tp,c33701066.cfilter,1,nil) end if chk==0 then return Duel.CheckReleaseGroupEx(tp,c33701066.cfilter,1,REASON_COST,nil) end
local cg=Duel.SelectReleaseGroupEx(REASON_COST,tp,c33701066.cfilter,1,1,nil) local cg=Duel.SelectReleaseGroupEx(tp,c33701066.cfilter,1,1,REASON_COST,nil)
Duel.Release(cg,REASON_COST) Duel.Release(cg,REASON_COST)
end end
function c33701066.spfilter(c,e,tp) function c33701066.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