Commit 7fb4b853 authored by mercury233's avatar mercury233

fix

parent 1ea5a1e5
...@@ -29,7 +29,7 @@ function c100413014.initial_effect(c) ...@@ -29,7 +29,7 @@ function c100413014.initial_effect(c)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function c100413014.spfilter1(c,e,tp) function c100413014.spfilter1(c,e,tp)
return c:IsSetCard(0x233) and not c:IsCode(100413014) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsSetCard(0x233) and c:IsLevelBelow(4) and not c:IsCode(100413014) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end end
function c100413014.sptg1(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c100413014.sptg1(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_GRAVE) and chkc:IsControler(tp) and c100413014.spfilter1(chkc,e,tp) end if chkc then return chkc:IsLocation(LOCATION_GRAVE) and chkc:IsControler(tp) and c100413014.spfilter1(chkc,e,tp) end
......
...@@ -14,7 +14,7 @@ function c100413024.initial_effect(c) ...@@ -14,7 +14,7 @@ function c100413024.initial_effect(c)
e2:SetRange(LOCATION_SZONE) e2:SetRange(LOCATION_SZONE)
e2:SetTargetRange(LOCATION_MZONE,0) e2:SetTargetRange(LOCATION_MZONE,0)
e2:SetValue(c100413024.atkval) e2:SetValue(c100413024.atkval)
c:RegisterEffect(e1) c:RegisterEffect(e2)
local e3=e2:Clone() local e3=e2:Clone()
e3:SetCode(EFFECT_UPDATE_DEFENSE) e3:SetCode(EFFECT_UPDATE_DEFENSE)
c:RegisterEffect(e3) c:RegisterEffect(e3)
......
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