Commit b2d805ff authored by 聖園ミカ's avatar 聖園ミカ 🐟

str

parent 812a9886
Pipeline #27186 passed with stages
in 20 minutes and 40 seconds
......@@ -19,8 +19,8 @@ function c64832032.cfilter(c)
return c:IsSetCard(0x6410) and (c:IsControler(tp) or c:IsFaceup()) and not c:IsStatus(STATUS_BATTLE_DESTROYED)
end
function c64832032.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckReleaseGroup(REASON_COST,tp,c64832032.cfilter,1,nil,tp) end
local sg=Duel.SelectReleaseGroup(REASON_COST,tp,c64832032.cfilter,1,1,nil,tp)
if chk==0 then return Duel.CheckReleaseGroup(tp,c64832032.cfilter,1,nil,tp) end
local sg=Duel.SelectReleaseGroup(tp,c64832032.cfilter,1,1,nil,tp)
Duel.Release(sg,REASON_COST)
end
function c64832032.target(e,tp,eg,ep,ev,re,r,rp,chk)
......
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