Commit e1c801ba authored by POLYMER's avatar POLYMER

fix

parent 04bf00f8
......@@ -49,7 +49,7 @@ function c9911370.checkop1(e,tp,eg,ep,ev,re,r,rp)
local tg=eg:Filter(Card.IsOnField,nil)
if #tg>0 then
for tc in aux.Next(tg) do
tc:RegisterFlagEffect(9911370,RESET_EVENT+0x1fc0000,EFFECT_FLAG_SET_AVAILABLE,1)
tc:RegisterFlagEffect(9911370,RESET_EVENT+0x1fc0000,EFFECT_FLAG_SET_AVAILABLE+EFFECT_FLAG_CLIENT_HINT,1,0,aux.Stringid(9910212,0))
end
end
end
......@@ -57,7 +57,7 @@ function c9911370.checkop2(e,tp,eg,ep,ev,re,r,rp)
local tg=Duel.GetMatchingGroup(c9911370.ctgfilter,0,LOCATION_ONFIELD,LOCATION_ONFIELD,nil)
if #tg>0 then
for tc in aux.Next(tg) do
tc:RegisterFlagEffect(9911370,RESET_EVENT+0x1fc0000,EFFECT_FLAG_SET_AVAILABLE,1)
tc:RegisterFlagEffect(9911370,RESET_EVENT+0x1fc0000,EFFECT_FLAG_SET_AVAILABLE+EFFECT_FLAG_CLIENT_HINT,1,0,aux.Stringid(9910212,0))
end
end
end
......
......@@ -35,7 +35,7 @@ function c9911377.checkop(e,tp,eg,ep,ev,re,r,rp)
local tg=eg:Filter(Card.IsLocation,nil,LOCATION_GRAVE+LOCATION_REMOVED)
if #tg>0 then
for tc in aux.Next(tg) do
tc:RegisterFlagEffect(9911379,RESET_EVENT+RESETS_STANDARD,0,1)
tc:RegisterFlagEffect(9911379,RESET_EVENT+RESETS_STANDARD,EFFECT_FLAG_CLIENT_HINT,1,0,aux.Stringid(9910212,0))
end
end
end
......
......@@ -43,7 +43,7 @@ function c9911426.checkop1(e,tp,eg,ep,ev,re,r,rp)
local tg=eg:Filter(Card.IsLocation,nil,LOCATION_MZONE+LOCATION_GRAVE)
if #tg>0 then
for tc in aux.Next(tg) do
tc:RegisterFlagEffect(9911426,RESET_EVENT+0x1fc0000,EFFECT_FLAG_SET_AVAILABLE,1)
tc:RegisterFlagEffect(9911426,RESET_EVENT+0x1fc0000,EFFECT_FLAG_SET_AVAILABLE+EFFECT_FLAG_CLIENT_HINT,1,0,aux.Stringid(9910212,0))
end
end
end
......@@ -51,7 +51,7 @@ function c9911426.checkop2(e,tp,eg,ep,ev,re,r,rp)
local tg=Duel.GetMatchingGroup(c9911426.ctgfilter,0,LOCATION_MZONE,LOCATION_MZONE,nil)
if #tg>0 then
for tc in aux.Next(tg) do
tc:RegisterFlagEffect(9911426,RESET_EVENT+0x1fc0000,EFFECT_FLAG_SET_AVAILABLE,1)
tc:RegisterFlagEffect(9911426,RESET_EVENT+0x1fc0000,EFFECT_FLAG_SET_AVAILABLE+EFFECT_FLAG_CLIENT_HINT,1,0,aux.Stringid(9910212,0))
end
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