Commit 7d619e37 authored by POLYMER's avatar POLYMER

fix

parent 504d6a8a
......@@ -351,7 +351,7 @@ function cm.tdop(e,tp,eg,ep,ev,re,r,rp)
pnfl_adjusting=true
Duel.Hint(HINT_CARD,0,m)
local sg=Duel.GetMatchingGroup(cm.shfilter,tp,0xff,0xff,nil)
if #sg==0 then return end
if #sg>0 then
Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(m,5))
local tc=sg:Select(tp,1,1,nil):GetFirst()
Duel.Hint(HINT_CARD,0,tc:GetOriginalCode())
......@@ -366,6 +366,7 @@ function cm.tdop(e,tp,eg,ep,ev,re,r,rp)
local op=te:GetOperation() or aux.TRUE
tg(e,tp,eg,ep,ev,re,r,rp,1)
op(e,tp,eg,ep,ev,re,r,rp) --recursive!!!
end
e:Reset()
pnfl_adjusting=false
end
\ No newline at end of file
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