Commit 16166b20 authored by wind2009's avatar wind2009

Fix 黎銘機ヘオスヴァローグ

parent cd90c10e
...@@ -41,15 +41,10 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -41,15 +41,10 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e1:SetCode(EVENT_PHASE+PHASE_STANDBY) e1:SetCode(EVENT_PHASE+PHASE_STANDBY)
e1:SetCountLimit(1) e1:SetCountLimit(1)
e1:SetLabel(Duel.GetTurnCount())
e1:SetCondition(s.thcon2)
e1:SetOperation(s.thop2) e1:SetOperation(s.thop2)
e1:SetReset(RESET_PHASE+PHASE_STANDBY,2) e1:SetReset(RESET_PHASE+PHASE_STANDBY)
Duel.RegisterEffect(e1,tp) Duel.RegisterEffect(e1,tp)
end end
function s.thcon2(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnCount()~=e:GetLabel()
end
function s.thfilter(c) function s.thfilter(c)
return c.fusion_effect and c:IsAbleToHand() return c.fusion_effect and c:IsAbleToHand()
end end
......
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