Commit 5bff34c0 authored by 聖園ミカ's avatar 聖園ミカ 🐟

wdnmd

parent e2d7b704
Pipeline #25883 passed with stages
in 25 minutes and 42 seconds
......@@ -30,9 +30,9 @@ function cm.thcfilter(c)
end
function cm.thcost(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
if chk==0 then return Duel.CheckReleaseGroupEx(REASON_COST,tp,cm.thcfilter,1,c) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) end
if chk==0 then return Duel.CheckReleaseGroupEx(tp,cm.thcfilter,1,c) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE)
local g=Duel.SelectReleaseGroupEx(REASON_COST,tp,cm.thcfilter,1,1,c)
local g=Duel.SelectReleaseGroupEx(tp,cm.thcfilter,1,1,c)
Duel.Release(g,REASON_COST)
end
function cm.thtg(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