Commit eeb3a76d authored by TanakaKotoha's avatar TanakaKotoha

y1s1

parent 30144c08
No preview for this file type
......@@ -20,7 +20,7 @@ function c65030007.initial_effect(c)
--search
local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(65030007,1))
e3:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e3:SetCategory(CATEGORY_TOHAND)
e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_HAND)
e3:SetCountLimit(1,65030007)
......@@ -47,7 +47,7 @@ function c65030007.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
end
function c65030007.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
local g=Duel.SelectMatchingCard(tp,c65030007.thfilter,tp,LOCATION_GRAVE,0,1,1,nil)
local g=Duel.SelectMatchingCard(tp,aux.NecroValleyFilter(c65030007.thfilter),tp,LOCATION_GRAVE,0,1,1,nil)
if g:GetCount()>0 then
Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g)
......
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