Commit f9a4b012 authored by dest's avatar dest Committed by mercury233

fix Trap Crawling on World Legacy (#900)

parent d4d5a1b4
...@@ -23,7 +23,7 @@ function c16329071.target(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -23,7 +23,7 @@ function c16329071.target(e,tp,eg,ep,ev,re,r,rp,chk)
end end
function c16329071.activate(e,tp,eg,ep,ev,re,r,rp) function c16329071.activate(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetMatchingGroup(aux.NecroValleyFilter(c16329071.filter),tp,LOCATION_HAND+LOCATION_GRAVE+LOCATION_ONFIELD+LOCATION_REMOVED,0,nil) local g=Duel.GetMatchingGroup(aux.NecroValleyFilter(c16329071.filter),tp,LOCATION_HAND+LOCATION_GRAVE+LOCATION_ONFIELD+LOCATION_REMOVED,0,nil)
if g:GetClassCount(Card.GetCode)<=5 then return end if g:GetClassCount(Card.GetCode)<5 then return end
local sg=Group.CreateGroup() local sg=Group.CreateGroup()
for i=1,5 do for i=1,5 do
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
......
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