Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix summon with effect negated RESET_TURN_SET #1883

Merged
merged 1 commit into from
May 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions c10158145.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ function c10158145.spop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2)
local e3=Effect.CreateEffect(c)
Expand Down
1 change: 1 addition & 0 deletions c10204849.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ function c10204849.operation(e,tp,eg,ep,ev,re,r,rp)
tc:RegisterEffect(e1)
local e2=e1:Clone()
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
tc:RegisterEffect(e2)
Duel.Equip(tp,c,tc)
--equip limit
Expand Down
1 change: 1 addition & 0 deletions c10833828.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ function c10833828.spop1(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2,true)
tc:RegisterFlagEffect(10833828,RESET_EVENT+RESETS_STANDARD,0,1,c:GetFieldID())
Expand Down
1 change: 1 addition & 0 deletions c10971759.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function c10971759.spop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(e:GetHandler())
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2,true)
tc=g:GetNext()
Expand Down
1 change: 1 addition & 0 deletions c11234702.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function c11234702.spop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2)
end
Expand Down
1 change: 1 addition & 0 deletions c11969228.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ function c11969228.spop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(e:GetHandler())
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
tc:RegisterEffect(e2)
local e3=Effect.CreateEffect(e:GetHandler())
Expand Down
1 change: 1 addition & 0 deletions c12018201.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ function c12018201.spop(e,tp,eg,ep,ev,re,r,rp)
tc:RegisterEffect(e1)
local e2=e1:Clone()
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
tc:RegisterEffect(e2)
end
Duel.SpecialSummonComplete()
Expand Down
1 change: 1 addition & 0 deletions c12148078.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ function c12148078.activate(e,tp,eg,ep,ev,re,r,rp)
tc:RegisterEffect(e1)
local e2=e1:Clone()
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
tc:RegisterEffect(e2)
end
Duel.SpecialSummonComplete()
Expand Down
1 change: 1 addition & 0 deletions c14152693.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ function c14152693.spop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2)
end
Expand Down
1 change: 1 addition & 0 deletions c146746.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ function c146746.spop1(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2)
end
Expand Down
1 change: 1 addition & 0 deletions c14816688.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function c14816688.activate(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2)
local fid=c:GetFieldID()
Expand Down
1 change: 1 addition & 0 deletions c14943837.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ function c14943837.sumop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2,true)
end
Expand Down
1 change: 1 addition & 0 deletions c15721392.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function c15721392.activate(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc2:RegisterEffect(e2)
end
Expand Down
1 change: 1 addition & 0 deletions c16909657.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function c16909657.spop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(e:GetHandler())
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2)
end
Expand Down
1 change: 1 addition & 0 deletions c17377751.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ function c17377751.spop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(e:GetHandler())
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2,true)
end
Expand Down
1 change: 1 addition & 0 deletions c17412721.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function c17412721.spop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2,true)
if c:IsRelateToEffect(e) then
Expand Down
1 change: 1 addition & 0 deletions c17502671.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ function c17502671.spop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2,true)
end
Expand Down
1 change: 1 addition & 0 deletions c1764972.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ function c1764972.spop1(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2,true)
tc:RegisterFlagEffect(1764972,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,0,1,fid)
Expand Down
1 change: 1 addition & 0 deletions c18249921.lua
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ function c18249921.spop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2)
end
Expand Down
1 change: 1 addition & 0 deletions c18322364.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ function c18322364.operation(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(e:GetHandler())
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2,true)
tc=sg:GetNext()
Expand Down
1 change: 1 addition & 0 deletions c18548966.lua
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ function c18548966.rvop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
c:RegisterEffect(e2)
Expand Down
1 change: 1 addition & 0 deletions c18621798.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ function c18621798.spop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2)
Expand Down
1 change: 1 addition & 0 deletions c18837926.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function c18837926.spop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2)
end
Expand Down
1 change: 1 addition & 0 deletions c20050865.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ function c20050865.scop(e,tp,eg,ep,ev,re,r,rp)
tc:RegisterEffect(e1)
local e2=e1:Clone()
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
tc:RegisterEffect(e2)
Duel.SpecialSummonComplete()
if not c:IsRelateToEffect(e) then return end
Expand Down
1 change: 1 addition & 0 deletions c20285786.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ function c20285786.activate(e,tp,eg,ep,ev,re,r,rp)
tc:RegisterEffect(e1)
local e2=e1:Clone()
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
tc:RegisterEffect(e2)
tc=g:GetNext()
end
Expand Down
1 change: 1 addition & 0 deletions c20899496.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function c20899496.activate(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2)
end
Expand Down
1 change: 1 addition & 0 deletions c21570001.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ function c21570001.activate(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
sc:RegisterEffect(e2)
end
Expand Down
1 change: 1 addition & 0 deletions c22211622.lua
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ function c22211622.spop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
sc:RegisterEffect(e2,true)
local e3=Effect.CreateEffect(c)
Expand Down
1 change: 1 addition & 0 deletions c22754505.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ function c22754505.spop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(e:GetHandler())
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2,true)
end
Expand Down
1 change: 1 addition & 0 deletions c22993208.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function c22993208.activate(e,tp,eg,ep,ev,re,r,rp)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2,true)
tc:RegisterFlagEffect(22993208,RESET_EVENT+RESETS_STANDARD,0,1)
Expand Down
1 change: 1 addition & 0 deletions c23187256.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ function c23187256.operation(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2)
end
Expand Down
1 change: 1 addition & 0 deletions c23269426.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function c23269426.activate(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(e:GetHandler())
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
sg:GetFirst():RegisterEffect(e2,true)
end
Expand Down
1 change: 1 addition & 0 deletions c23536866.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ function c23536866.operation(e,tp,eg,ep,ev,re,r,rp)
local e3=Effect.CreateEffect(e:GetHandler())
e3:SetType(EFFECT_TYPE_SINGLE)
e3:SetCode(EFFECT_DISABLE_EFFECT)
e3:SetValue(RESET_TURN_SET)
e3:SetReset(RESET_EVENT+RESETS_STANDARD)
tc1:RegisterEffect(e3)
local e4=e3:Clone()
Expand Down
1 change: 1 addition & 0 deletions c24062258.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ function c24062258.spop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2)
end
Expand Down
1 change: 1 addition & 0 deletions c25274141.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ function c25274141.spop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2)
end
Expand Down
1 change: 1 addition & 0 deletions c25472513.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ function c25472513.spop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2)
tc=g:GetNext()
Expand Down
1 change: 1 addition & 0 deletions c25924653.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ function c25924653.spgop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2,true)
if c:IsRelateToEffect(e) then
Expand Down
1 change: 1 addition & 0 deletions c26194151.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ function c26194151.activate(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(e:GetHandler())
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2,true)
tc:CompleteProcedure()
Expand Down
1 change: 1 addition & 0 deletions c27750191.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ function c27750191.sumop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(e:GetHandler())
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2)
end
Expand Down
1 change: 1 addition & 0 deletions c27971137.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ function c27971137.spop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(e:GetHandler())
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2)
local de=Effect.CreateEffect(e:GetHandler())
Expand Down
1 change: 1 addition & 0 deletions c28534130.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function c28534130.activate(e,tp,eg,ep,ev,re,r,rp)
tc:RegisterEffect(e1)
local e2=e1:Clone()
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
tc:RegisterEffect(e2)
Duel.SpecialSummonComplete()
Duel.RaiseEvent(c,EVENT_ADJUST,nil,0,PLAYER_NONE,PLAYER_NONE,0)
Expand Down
1 change: 1 addition & 0 deletions c28637168.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ function c28637168.spop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2,true)
end
Expand Down
1 change: 1 addition & 0 deletions c29374928.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ function c29374928.spop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2,true)
end
Expand Down
1 change: 1 addition & 0 deletions c30013902.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ function c30013902.spop1(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
sc:RegisterEffect(e2)
end
Expand Down
1 change: 1 addition & 0 deletions c3072808.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ function c3072808.operation(e,tp,eg,ep,ev,re,r,rp)
c:RegisterEffect(e1)
local e2=e1:Clone()
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
c:RegisterEffect(e2)
local e3=e1:Clone()
tc:RegisterEffect(e3)
Expand Down
1 change: 1 addition & 0 deletions c32281491.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function c32281491.spop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2)
if Duel.GetLocationCount(tp,LOCATION_SZONE)<2 or not c:IsRelateToEffect(e) or c:IsFacedown() then return end
Expand Down
1 change: 1 addition & 0 deletions c34318086.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ function c34318086.spop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2)
Duel.SpecialSummonComplete()
Expand Down
1 change: 1 addition & 0 deletions c34707034.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ function c34707034.operation(e,tp,eg,ep,ev,re,r,rp)
local e3=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_SINGLE)
e3:SetCode(EFFECT_DISABLE_EFFECT)
e3:SetValue(RESET_TURN_SET)
e3:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e3)
tc:RegisterFlagEffect(34707034,RESET_EVENT+RESETS_STANDARD,0,1,fid)
Expand Down
1 change: 1 addition & 0 deletions c35259350.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ function c35259350.activate(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2)
lp=lp+tc:GetBaseAttack()
Expand Down
1 change: 1 addition & 0 deletions c35307484.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ function c35307484.operation(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(e:GetHandler())
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2)
end
Expand Down
Loading