Commit 1923cadc authored by POLYMER's avatar POLYMER

fix

parent 5505a84a
...@@ -7,7 +7,7 @@ function s.initial_effect(c) ...@@ -7,7 +7,7 @@ function s.initial_effect(c)
e1:SetDescription(aux.Stringid(id,0)) e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DELAY) e1:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_DAMAGE_STEP)
e1:SetCode(EVENT_TO_HAND) e1:SetCode(EVENT_TO_HAND)
e1:SetRange(LOCATION_HAND) e1:SetRange(LOCATION_HAND)
e1:SetCountLimit(1,id) e1:SetCountLimit(1,id)
......
...@@ -113,7 +113,7 @@ function c9910488.limop(e,tp,eg,ep,ev,re,r,rp) ...@@ -113,7 +113,7 @@ function c9910488.limop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c9910488.resetop(e,tp,eg,ep,ev,re,r,rp) function c9910488.resetop(e,tp,eg,ep,ev,re,r,rp)
e:GetHandler():ResetFlagEffect(56638325) e:GetHandler():ResetFlagEffect(9910488)
e:Reset() e:Reset()
end end
function c9910488.limop2(e,tp,eg,ep,ev,re,r,rp) function c9910488.limop2(e,tp,eg,ep,ev,re,r,rp)
......
...@@ -86,7 +86,7 @@ end ...@@ -86,7 +86,7 @@ end
function c9911268.mvop1(e,tp,eg,ep,ev,re,r,rp) function c9911268.mvop1(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetFlagEffect(tp,9911268)>0 then return end if Duel.GetFlagEffect(tp,9911268)>0 then return end
Duel.Hint(HINT_CARD,0,9911268) Duel.Hint(HINT_CARD,0,9911268)
Duel.RegisterFlagEffect(tp,9911268,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,0,1) Duel.RegisterFlagEffect(tp,9911268,RESET_PHASE+PHASE_END,0,1)
if Duel.GetLocationCount(tp,LOCATION_MZONE,PLAYER_NONE,0)<=0 then return end if Duel.GetLocationCount(tp,LOCATION_MZONE,PLAYER_NONE,0)<=0 then return end
Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(9911268,0)) Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(9911268,0))
local tc=eg:FilterSelect(tp,c9911268.mvfilter,1,1,nil,tp):GetFirst() local tc=eg:FilterSelect(tp,c9911268.mvfilter,1,1,nil,tp):GetFirst()
...@@ -108,7 +108,7 @@ end ...@@ -108,7 +108,7 @@ end
function c9911268.mvop2(e,tp,eg,ep,ev,re,r,rp) function c9911268.mvop2(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetFlagEffect(tp,9911268)>0 then return end if Duel.GetFlagEffect(tp,9911268)>0 then return end
Duel.Hint(HINT_CARD,0,9911268) Duel.Hint(HINT_CARD,0,9911268)
Duel.RegisterFlagEffect(tp,9911268,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,0,1) Duel.RegisterFlagEffect(tp,9911268,RESET_PHASE+PHASE_END,0,1)
local g=e:GetLabelObject() local g=e:GetLabelObject()
local tg=g:Filter(c9911268.mvfilter,nil,tp) local tg=g:Filter(c9911268.mvfilter,nil,tp)
g:DeleteGroup() g:DeleteGroup()
......
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