Commit d3a8d9d3 authored by salix5's avatar salix5

fix cosplay

parent c3a6e944
...@@ -53,7 +53,7 @@ function c2067935.rmop(e,tp,eg,ep,ev,re,r,rp) ...@@ -53,7 +53,7 @@ function c2067935.rmop(e,tp,eg,ep,ev,re,r,rp)
e1:SetReset(RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_END) e1:SetReset(RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_END)
c:RegisterEffect(e1) c:RegisterEffect(e1)
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(89312388,1)) e2:SetDescription(aux.Stringid(2067935,2))
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e2:SetCode(EVENT_PHASE+PHASE_END) e2:SetCode(EVENT_PHASE+PHASE_END)
e2:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE) e2:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
...@@ -66,6 +66,7 @@ function c2067935.rmop(e,tp,eg,ep,ev,re,r,rp) ...@@ -66,6 +66,7 @@ function c2067935.rmop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c2067935.rstop(e,tp,eg,ep,ev,re,r,rp) function c2067935.rstop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local e1=e:GetLabelObject() local e1=e:GetLabelObject()
e1:Reset() e1:Reset()
Duel.HintSelection(Group.FromCards(c)) Duel.HintSelection(Group.FromCards(c))
......
...@@ -55,6 +55,7 @@ function c89312388.cosoperation(e,tp,eg,ep,ev,re,r,rp) ...@@ -55,6 +55,7 @@ function c89312388.cosoperation(e,tp,eg,ep,ev,re,r,rp)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c89312388.rstop(e,tp,eg,ep,ev,re,r,rp) function c89312388.rstop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local e1=e:GetLabelObject() local e1=e:GetLabelObject()
e1:Reset() e1:Reset()
Duel.HintSelection(Group.FromCards(c)) Duel.HintSelection(Group.FromCards(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