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

byd

parent f3444a55
...@@ -12,12 +12,9 @@ function c33700144.initial_effect(c) ...@@ -12,12 +12,9 @@ function c33700144.initial_effect(c)
e1:SetOperation(c33700144.activate) e1:SetOperation(c33700144.activate)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function c33700144.filter(c)
return c:IsType(TYPE_TOKEN)
end
function c33700144.cost(e,tp,eg,ep,ev,re,r,rp,chk) function c33700144.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckReleaseGroup(REASON_COST,tp,c33700144.filter,2,nil) end if chk==0 then return Duel.CheckReleaseGroup(tp,Card.IsType,2,nil,TYPE_TOKEN) end
local g=Duel.SelectReleaseGroup(REASON_COST,tp,c33700144.filter,2,2,nil) local g=Duel.SelectReleaseGroup(tp,Card.IsType,2,2,nil,TYPE_TOKEN)
Duel.Release(g,REASON_COST) Duel.Release(g,REASON_COST)
end end
function c33700144.target(e,tp,eg,ep,ev,re,r,rp,chk) function c33700144.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