Commit 36e5d92c authored by JoyJ's avatar JoyJ
parents 68e317fa f9b719ea
......@@ -41,7 +41,7 @@ function c91598270.initial_effect(c)
e5:SetCondition(c91598270.actcon)
e5:SetValue(c91598270.aclimit)
c:RegisterEffect(e5)
_GENKAITOPPA.SolfachordRegister(c)
_GENKAITOPPA.SolfachordRegister(c,91598270+100)
end
function c91598270.limfilter(c,tp)
return c:IsFaceup() and c:IsControler(tp) and c:IsSetCard(0x162) and c:IsType(TYPE_PENDULUM) and c:IsSummonType(SUMMON_TYPE_PENDULUM)
......
......@@ -63,7 +63,7 @@ if not _GENKAITOPPA then
e1:SetTargetRange(1,0)
e1:SetTarget(_GENKAITOPPA.FortuneLadySpecialSummonLimit)
e1:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e1,tp)
--Duel.RegisterEffect(e1,tp)
end
_GENKAITOPPA.FortuneLadySpecialSummonTarget = function(e,tp,eg,ep,ev,re,r,rp,chk)
local c = e:GetHandler()
......
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