Commit e778e740 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12026010.lua

parent ce1d11e8
...@@ -72,7 +72,7 @@ function c12026010.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -72,7 +72,7 @@ function c12026010.operation(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.SelectMatchingCard(tp,aux.NecroValleyFilter(c12026010.cfilter),tp,LOCATION_GRAVE,0,1,1,nil,e,tp) local g=Duel.SelectMatchingCard(tp,aux.NecroValleyFilter(c12026010.cfilter),tp,LOCATION_GRAVE,0,1,1,nil,e,tp)
if g:GetCount()>0 then Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP) if g:GetCount()>0 then Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)
end end
Duel.RegisterFlagEffect(tp,12017102+100,RESET_PHASE+PHASE_END,0,1) Duel.RegisterFlagEffect(tp,12026010+200,RESET_PHASE+PHASE_END,0,1)
end end
end end
function c12026010.repfilter(c,tp) function c12026010.repfilter(c,tp)
......
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