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

byd

parent 8870f7ca
......@@ -165,7 +165,7 @@ function cm.tthcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.ConfirmCards(1-tp,g)
Duel.ShuffleHand(tp)
end
function cm.tthfilter(c)
function cm.tthfilter(c,e,tp,ft)
return c:IsType(TYPE_MONSTER) and c:IsSetCard(0x3ef1) and not c:IsCode(m) and (c:IsAbleToHand() or (ft>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false)))
end
function cm.tthtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
......
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