Commit 6bd0520f authored by POLYMER's avatar POLYMER

fix

parent 5f158dec
...@@ -41,7 +41,7 @@ function c28316347.rectg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -41,7 +41,7 @@ function c28316347.rectg(e,tp,eg,ep,ev,re,r,rp,chk)
end end
function c28316347.recop(e,tp,eg,ep,ev,re,r,rp) function c28316347.recop(e,tp,eg,ep,ev,re,r,rp)
local b1=true local b1=true
local b2=Duel.GetLP(tp)>=10000 and local b2=Duel.IsPlayerCanDraw(tp,1)
local b3=Duel.IsExistingMatchingCard(Card.IsReleasableByEffect,tp,LOCATION_MZONE,LOCATION_MZONE,1,nil) local b3=Duel.IsExistingMatchingCard(Card.IsReleasableByEffect,tp,LOCATION_MZONE,LOCATION_MZONE,1,nil)
local op=aux.SelectFromOptions(tp, local op=aux.SelectFromOptions(tp,
{b1,aux.Stringid(28316347,0)}, {b1,aux.Stringid(28316347,0)},
......
...@@ -27,7 +27,7 @@ function c28368431.initial_effect(c) ...@@ -27,7 +27,7 @@ function c28368431.initial_effect(c)
local ge1=Effect.CreateEffect(c) local ge1=Effect.CreateEffect(c)
ge1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) ge1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
ge1:SetCode(EVENT_SPSUMMON_SUCCESS) ge1:SetCode(EVENT_SPSUMMON_SUCCESS)
ge1:SetCondition(c28368431.checkcon) --ge1:SetCondition(c28368431.checkcon)
ge1:SetOperation(c28368431.checkop) ge1:SetOperation(c28368431.checkop)
Duel.RegisterEffect(ge1,0) Duel.RegisterEffect(ge1,0)
end 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