Commit 68e317fa authored by JoyJ's avatar JoyJ

fix 27993919; 92610868

parent ccafa750
......@@ -37,7 +37,7 @@ function c27993919.initial_effect(c)
e4:SetCondition(c27993919.actcon2)
e4:SetValue(c27993919.actlimit2)
c:RegisterEffect(e4)
_GENKAITOPPA.SolfachordRegister(c)
_GENKAITOPPA.SolfachordRegister(c,27993919+100)
end
function c27993919.actfilter1(c,tp)
return c:IsFaceup() and c:IsControler(tp) and c:IsSetCard(0x162) and c:IsType(TYPE_PENDULUM) and c:IsSummonType(SUMMON_TYPE_PENDULUM)
......
......@@ -31,7 +31,7 @@ function c92610868.initial_effect(c)
e3:SetTarget(c92610868.reptg)
e3:SetValue(c92610868.repval)
c:RegisterEffect(e3)
_GENKAITOPPA.SolfachordRegister(c)
_GENKAITOPPA.SolfachordRegister(c,92610868+100)
end
function c92610868.distg(e,c)
return c:IsControler(e:GetHandlerPlayer()) and c:IsSetCard(0x162) and c:IsType(TYPE_PENDULUM) and c:IsSummonType(SUMMON_TYPE_PENDULUM)
......
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