Commit a29cfc6f authored by Tachibana's avatar Tachibana

ndyd

parent b26a20dd
...@@ -33,7 +33,7 @@ end) ...@@ -33,7 +33,7 @@ end)
--to grave --to grave
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(12030002,2)) e3:SetDescription(aux.Stringid(12030002,2))
e3:SetCategory(CATEGORY_TOHAND) e3:SetCategory(CATEGORY_SEARCH+CATEGORY_TOHAND)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e3:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY) e3:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY)
e3:SetCode(EVENT_TO_GRAVE) e3:SetCode(EVENT_TO_GRAVE)
...@@ -80,7 +80,7 @@ end ...@@ -80,7 +80,7 @@ end
function c12030002.distg(e,tp,eg,ep,ev,re,r,rp,chk) function c12030002.distg(e,tp,eg,ep,ev,re,r,rp,chk)
if Duel.GetFlagEffect(tp,12030002)==0 then if Duel.GetFlagEffect(tp,12030002)==0 then
if chk==0 then return Duel.IsExistingMatchingCard(c12030002.filter,tp,LOCATION_DECK,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(c12030002.filter,tp,LOCATION_DECK,0,1,nil) end
e:SetCategory(CATEGORY_SEARCH) e:SetCategory(CATEGORY_SEARCH+CATEGORY_TOHAND)
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK) Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK)
else else
if chk==0 then return Duel.IsExistingMatchingCard(Card.IsAbleToGrave,tp,0,LOCATION_ONFIELD,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(Card.IsAbleToGrave,tp,0,LOCATION_ONFIELD,1,nil) end
......
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