Commit 09cc507d authored by wind2009's avatar wind2009

Fix きのみ隠しのうっかりす

parent 9022f855
Pipeline #31164 passed with stages
in 2 minutes
...@@ -78,7 +78,9 @@ function s.tdcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -78,7 +78,9 @@ function s.tdcon(e,tp,eg,ep,ev,re,r,rp)
else return true end else return true end
end end
function s.tdop(e,tp,eg,ep,ev,re,r,rp) function s.tdop(e,tp,eg,ep,ev,re,r,rp)
local tg=e:GetLabelObject() local fid,turnc=e:GetLabel()
local g=e:GetLabelObject()
local tg=g:Filter(s.tdfilter,nil,fid)
if tg:GetCount()>0 then if tg:GetCount()>0 then
Duel.Hint(HINT_CARD,0,id) Duel.Hint(HINT_CARD,0,id)
Duel.HintSelection(tg) Duel.HintSelection(tg)
......
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