Commit 77891991 authored by Tachibana's avatar Tachibana

E

parent 86be4e21
Pipeline #15655 passed with stages
in 28 minutes and 20 seconds
......@@ -1151,6 +1151,7 @@
#400
40009240 0 --宇宙勇机 雄伟粉碎者
40009964 0 --最凶兽神 穷奇-逆
40010050 0 --击退者-怒堕龙-逆
#437
43700016 0 --圣狮守卫者
#440
......
......@@ -63,7 +63,7 @@ function c67210102.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
and Duel.IsExistingMatchingCard(c67210102.pfilter,tp,LOCATION_GRAVE+LOCATION_EXTRA,0,1,nil) end
end
function c67210102.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOFIELD)
local g=Duel.SelectMatchingCard(tp,aux.NecroValleyFilter(c67210102.pfilter),tp,LOCATION_GRAVE+LOCATION_EXTRA,0,1,1,nil)
if g:GetCount()>0 then
local tc=g:GetFirst()
......
......@@ -67,7 +67,7 @@ function c67210106.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
and Duel.IsExistingMatchingCard(c67210106.pfilter,tp,LOCATION_GRAVE+LOCATION_EXTRA,0,1,nil) end
end
function c67210106.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOFIELD)
local g=Duel.SelectMatchingCard(tp,aux.NecroValleyFilter(c67210106.pfilter),tp,LOCATION_GRAVE+LOCATION_EXTRA,0,1,1,nil)
if g:GetCount()>0 then
Duel.MoveToField(g:GetFirst(),tp,tp,LOCATION_PZONE,POS_FACEUP,true)
......
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