Commit 2f2cc503 authored by Tachibana's avatar Tachibana

eme

parent c7c1216b
Pipeline #9199 passed with stages
in 29 minutes and 58 seconds
......@@ -73,7 +73,7 @@ function cm.tgfilter(c,ty)
end
function cm.destg(e,tp,eg,ep,ev,re,r,rp,chk)
local sg=Duel.GetMatchingGroup(aux.TRUE,tp,0,LOCATION_ONFIELD,nil)
if chk==0 then return g:GetCount()>0 end
if chk==0 then return sg:GetCount()>0 end
Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(m,3))
local ac=Duel.SelectOption(tp,aux.Stringid(m,0),aux.Stringid(m,1),aux.Stringid(m,2))
local ty=TYPE_MONSTER
......
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