Commit 6637141a authored by fallenstardust's avatar fallenstardust

fix LEDE-JP039\040

parent ae0deab4
...@@ -20,7 +20,7 @@ function c101204039.initial_effect(c) ...@@ -20,7 +20,7 @@ function c101204039.initial_effect(c)
e2:SetCode(EVENT_FREE_CHAIN) e2:SetCode(EVENT_FREE_CHAIN)
e2:SetHintTiming(0,TIMING_BATTLE_START+TIMING_ATTACK+TIMINGS_CHECK_MONSTER+TIMING_MAIN_END) e2:SetHintTiming(0,TIMING_BATTLE_START+TIMING_ATTACK+TIMINGS_CHECK_MONSTER+TIMING_MAIN_END)
e2:SetRange(LOCATION_GRAVE) e2:SetRange(LOCATION_GRAVE)
e2:SetCountLimit(1,101204140+EFFECT_COUNT_CODE_DUEL) e2:SetCountLimit(1,101204139+EFFECT_COUNT_CODE_DUEL)
e2:SetCondition(c101204039.spcon2) e2:SetCondition(c101204039.spcon2)
e2:SetCost(c101204039.spcost2) e2:SetCost(c101204039.spcost2)
e2:SetTarget(c101204039.sptg2) e2:SetTarget(c101204039.sptg2)
......
...@@ -90,7 +90,7 @@ function c101204040.spcost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -90,7 +90,7 @@ function c101204040.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.RegisterEffect(e1,tp) Duel.RegisterEffect(e1,tp)
end end
function c101204040.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function c101204040.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsCanBeSpecialSummoned(e,0,tp,false,false) end if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and e:GetHandler():IsCanBeSpecialSummoned(e,0,tp,false,false) end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,e:GetHandler(),1,0,0) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,e:GetHandler(),1,0,0)
end end
function c101204040.spop(e,tp,eg,ep,ev,re,r,rp) function c101204040.spop(e,tp,eg,ep,ev,re,r,rp)
......
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