Commit ba83c0f6 authored by argon.sun's avatar argon.sun

fix

parent 2c28b767
...@@ -30,7 +30,7 @@ function c43748308.setcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -30,7 +30,7 @@ function c43748308.setcon(e,tp,eg,ep,ev,re,r,rp)
and re:GetHandler():IsSetCard(0x7c) and re:GetHandler():IsSetCard(0x7c)
end end
function c43748308.filter(c) function c43748308.filter(c)
return c:IsSetCard(0x7c) and c:IsType(TYPE_SPELL) and c:IsSSetable() return c:IsSetCard(0x7c) and c:IsType(TYPE_TRAP) and c:IsSSetable()
end end
function c43748308.settg(e,tp,eg,ep,ev,re,r,rp,chk) function c43748308.settg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c43748308.filter,tp,LOCATION_DECK,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(c43748308.filter,tp,LOCATION_DECK,0,1,nil) end
......
...@@ -5,7 +5,7 @@ function c75132317.initial_effect(c) ...@@ -5,7 +5,7 @@ function c75132317.initial_effect(c)
e1:SetDescription(aux.Stringid(75132317,0)) e1:SetDescription(aux.Stringid(75132317,0))
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_TO_GRAVE) e1:SetCode(EVENT_TO_GRAVE)
e1:SetProperty(EFFECT_FLAG_DELAY) e1:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_CHAIN_UNIQUE)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1) e1:SetCountLimit(1)
e1:SetCondition(c75132317.setcon) e1:SetCondition(c75132317.setcon)
......
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