Commit 34c9379b authored by TanakaKotoha's avatar TanakaKotoha

dededededededededededede

parent a0b2964c
Pipeline #2193 failed with stages
in 23 minutes and 1 second
...@@ -51,7 +51,7 @@ end ...@@ -51,7 +51,7 @@ end
--e2 --e2
function cm.costdeck(e,tp,eg,ep,ev,re,r,rp,chk) function cm.costdeck(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler() local c=e:GetHandler()
if chk==0 then return c:IsAbleToDeckAsCost() and Duel.IsExistingMatchingCard(cm.tdfilter,tp,LOCATION_GRAVE+LOCATION_REMOVED,0,6,e:GetHandler()) end if chk==0 then return c:IsAbleToDeckAsCost() and Duel.IsExistingMatchingCard(cm.tdfilter,tp,LOCATION_GRAVE+LOCATION_REMOVED,0,5,e:GetHandler()) end
Duel.ConfirmCards(1-tp,c) Duel.ConfirmCards(1-tp,c)
Duel.SendtoDeck(c,nil,2,REASON_COST) Duel.SendtoDeck(c,nil,2,REASON_COST)
end end
......
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