Commit 60b96116 authored by POLYMER's avatar POLYMER

fix

parent 71a3b584
......@@ -88,7 +88,7 @@ function c12869015.spop(e,tp,eg,ep,ev,re,r,rp)
local e2=e1:Clone()
e2:SetCode(EFFECT_INDESTRUCTABLE_EFFECT)
tc:RegisterEffect(e2)
tc:RegisterFlagEffect(12869016,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,EFFECT_FLAG_CLIENT_HINT,1,0,aux.Stringid(12869015,2))
tc:RegisterFlagEffect(12869016,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,EFFECT_FLAG_CLIENT_HINT,2,0,aux.Stringid(12869015,2))
end
end
function c12869015.costfilter(c)
......
......@@ -78,7 +78,7 @@ function c12869040.target(e,tp,eg,ep,ev,re,r,rp,chk)
e:SetCategory(e:GetCategory()&~CATEGORY_GRAVE_ACTION)
end
e:Reset()
e:GetHandler():RegisterFlagEffect(0,RESET_EVENT+RESETS_STANDARD,EFFECT_FLAG_CLIENT_HINT,1,0,aux.Stringid(12869035,3))
e:GetHandler():RegisterFlagEffect(0,RESET_EVENT+RESETS_STANDARD,EFFECT_FLAG_CLIENT_HINT,1,0,aux.Stringid(12869040,3))
end
function c12869040.condition(e,tp,eg,ep,ev,re,r,rp)
return rp==1-tp and not e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED) and Duel.IsChainNegatable(ev)
......
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