Commit 82a1c1b2 authored by GuGu's avatar GuGu

Update c23246.lua 1效果能选不能回卡组的卡

parent e317bbdb
Pipeline #22256 passed with stage
in 1 minute
......@@ -34,7 +34,7 @@ function c23246.thcost(e,tp,eg,ep,ev,re,r,rp,chk)
local g=c:GetOverlayGroup()
if chk==0 then return g:IsExists(Card.IsAbleToDeckAsCost,1,nil) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
local sg = g:Select(tp,1,1,nil)
local sg=g:FilterSelect(tp,Card.IsAbleToDeckAsCost,1,1,nil)
Duel.SendtoDeck(sg,nil,1,REASON_COST)
end
function c23246.tfilter2(c)
......
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