Commit 5df75720 authored by Tachibana's avatar Tachibana

ybb

parent 9ba251f0
Pipeline #10831 passed with stages
in 35 minutes and 12 seconds
......@@ -84,7 +84,7 @@ function cm.tdfilter(c,e)
end
function cm.tdtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_REMOVED) and chkc:IsControler(tp) and cm.tdfilter(chkc) end
if chk==0 then return Duel.IsExistingTarget(cm.tdfilter,tp,LOCATION_GRAVE,0,1,e:GetHandler()) end
if chk==0 then return Duel.IsExistingTarget(cm.tdfilter,tp,LOCATION_REMOVED,0,1,e:GetHandler()) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
local g=Duel.GetMatchingGroup(cm.tdfilter,tp,LOCATION_REMOVED,0,e:GetHandler(),e)
aux.GCheckAdditional=aux.dncheck
......
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