Commit 74cb0126 authored by nanahira's avatar nanahira

fixes

parent 4b12fb7f
......@@ -31,7 +31,7 @@ function c13254123.initial_effect(c)
e4:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON)
e4:SetRange(LOCATION_SZONE)
e4:SetTargetRange(1,0)
e4:SetCondition(c13073850.splimcon)
e4:SetCondition(c13254123.splimcon)
e4:SetTarget(c13254123.sumlimit)
c:RegisterEffect(e4)
--draw
......
......@@ -97,7 +97,7 @@ function c13254124.activate(e,tp,eg,ep,ev,re,r,rp)
e1:SetCountLimit(1)
e1:SetReset(RESET_PHASE+PHASE_END)
e1:SetOperation(c13254124.tdop)
Duel.RegisterEffect(e1,p)
Duel.RegisterEffect(e1,tp)
end
end
function c13254124.tdop(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