Commit 607795d6 authored by mercury233's avatar mercury233

fix

parent e8692103
...@@ -75,7 +75,7 @@ function c101104053.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -75,7 +75,7 @@ function c101104053.activate(e,tp,eg,ep,ev,re,r,rp)
e1:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON) e1:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetTargetRange(1,0) e1:SetTargetRange(1,0)
e1:SetTarget(c101104044.splimit) e1:SetTarget(c101104053.splimit)
e1:SetReset(RESET_PHASE+PHASE_END) e1:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e1,tp) Duel.RegisterEffect(e1,tp)
end end
......
...@@ -46,7 +46,7 @@ function c101104062.indcon(e) ...@@ -46,7 +46,7 @@ function c101104062.indcon(e)
local ph=Duel.GetCurrentPhase() local ph=Duel.GetCurrentPhase()
return not (ph>=PHASE_BATTLE_START and ph<=PHASE_BATTLE) return not (ph>=PHASE_BATTLE_START and ph<=PHASE_BATTLE)
end end
function c101104062.indtg(c) function c101104062.indtg(e,c)
return c:IsRace(RACE_BEASTWARRIOR) and c:IsSetCard(0x88) return c:IsRace(RACE_BEASTWARRIOR) and c:IsSetCard(0x88)
end end
function c101104062.costfilter(c) function c101104062.costfilter(c)
......
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