Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
ygopro-scripts-888
Commits
4b94ac80
Commit
4b94ac80
authored
Sep 09, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/DBCB' into master
parents
2fcdf30a
2c7f0eff
Changes
31
Hide whitespace changes
Inline
Side-by-side
Showing
31 changed files
with
32 additions
and
32 deletions
+32
-32
c20726052.lua
c20726052.lua
+1
-1
c20904475.lua
c20904475.lua
+1
-1
c21848500.lua
c21848500.lua
+1
-1
c28669235.lua
c28669235.lua
+1
-1
c29882827.lua
c29882827.lua
+1
-1
c32061192.lua
c32061192.lua
+1
-1
c33787730.lua
c33787730.lua
+1
-1
c34022970.lua
c34022970.lua
+1
-1
c34909328.lua
c34909328.lua
+1
-1
c35844557.lua
c35844557.lua
+1
-1
c55154344.lua
c55154344.lua
+1
-1
c55276522.lua
c55276522.lua
+2
-2
c56499179.lua
c56499179.lua
+1
-1
c57111661.lua
c57111661.lua
+1
-1
c60394026.lua
c60394026.lua
+1
-1
c61116514.lua
c61116514.lua
+1
-1
c6798031.lua
c6798031.lua
+1
-1
c68059897.lua
c68059897.lua
+1
-1
c68337209.lua
c68337209.lua
+1
-1
c69272449.lua
c69272449.lua
+1
-1
c72238166.lua
c72238166.lua
+1
-1
c7511613.lua
c7511613.lua
+1
-1
c81549048.lua
c81549048.lua
+1
-1
c82661630.lua
c82661630.lua
+1
-1
c8633261.lua
c8633261.lua
+1
-1
c87640391.lua
c87640391.lua
+1
-1
c92487128.lua
c92487128.lua
+1
-1
c93509766.lua
c93509766.lua
+1
-1
c94722358.lua
c94722358.lua
+1
-1
c95454996.lua
c95454996.lua
+1
-1
c96676583.lua
c96676583.lua
+1
-1
No files found.
c20726052.lua
View file @
4b94ac80
...
@@ -60,4 +60,4 @@ function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -60,4 +60,4 @@ function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
,
e
,
tp
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
,
e
,
tp
)
Duel
.
Remove
(
g
,
POS_FACEUP
,
REASON_COST
)
Duel
.
Remove
(
g
,
POS_FACEUP
,
REASON_COST
)
end
end
\ No newline at end of file
c20904475.lua
View file @
4b94ac80
...
@@ -114,4 +114,4 @@ function s.drop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -114,4 +114,4 @@ function s.drop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Draw
(
1
-
tp
,
oc
,
REASON_EFFECT
)
Duel
.
Draw
(
1
-
tp
,
oc
,
REASON_EFFECT
)
end
end
end
end
end
end
\ No newline at end of file
c21848500.lua
View file @
4b94ac80
...
@@ -84,4 +84,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -84,4 +84,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
Duel
.
SpecialSummonComplete
()
Duel
.
SpecialSummonComplete
()
end
end
\ No newline at end of file
c28669235.lua
View file @
4b94ac80
...
@@ -84,4 +84,4 @@ end
...
@@ -84,4 +84,4 @@ end
function
s
.
eftg
(
e
,
c
)
function
s
.
eftg
(
e
,
c
)
return
c
:
IsLevelAbove
(
10
)
and
c
:
GetOriginalRace
()
==
RACE_SEASERPENT
return
c
:
IsLevelAbove
(
10
)
and
c
:
GetOriginalRace
()
==
RACE_SEASERPENT
or
c
:
IsSetCard
(
0x1c0
)
and
c
:
IsType
(
TYPE_PENDULUM
)
or
c
:
IsSetCard
(
0x1c0
)
and
c
:
IsType
(
TYPE_PENDULUM
)
end
end
\ No newline at end of file
c29882827.lua
View file @
4b94ac80
...
@@ -89,4 +89,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -89,4 +89,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if
#
g
>
0
then
if
#
g
>
0
then
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
end
end
\ No newline at end of file
c32061192.lua
View file @
4b94ac80
...
@@ -88,4 +88,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -88,4 +88,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
s
.
splimit
(
e
,
c
)
function
s
.
splimit
(
e
,
c
)
return
not
c
:
IsType
(
TYPE_LINK
)
and
c
:
IsLocation
(
LOCATION_EXTRA
)
return
not
c
:
IsType
(
TYPE_LINK
)
and
c
:
IsLocation
(
LOCATION_EXTRA
)
end
end
\ No newline at end of file
c33787730.lua
View file @
4b94ac80
...
@@ -98,4 +98,4 @@ function s.xyzop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -98,4 +98,4 @@ function s.xyzop(e,tp,eg,ep,ev,re,r,rp)
local
sg
=
mg
:
SelectSubGroup
(
tp
,
s
.
gselect
,
false
,
1
,
mg
:
GetCount
(),
tg
:
GetFirst
())
local
sg
=
mg
:
SelectSubGroup
(
tp
,
s
.
gselect
,
false
,
1
,
mg
:
GetCount
(),
tg
:
GetFirst
())
Duel
.
XyzSummon
(
tp
,
tg
:
GetFirst
(),
sg
,
#
sg
,
#
sg
)
Duel
.
XyzSummon
(
tp
,
tg
:
GetFirst
(),
sg
,
#
sg
,
#
sg
)
end
end
end
end
\ No newline at end of file
c34022970.lua
View file @
4b94ac80
...
@@ -78,4 +78,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -78,4 +78,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
end
end
end
\ No newline at end of file
c34909328.lua
View file @
4b94ac80
...
@@ -89,4 +89,4 @@ end
...
@@ -89,4 +89,4 @@ end
function
s
.
desrepop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
desrepop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e
:
GetHandler
():
RemoveOverlayCard
(
tp
,
1
,
1
,
REASON_EFFECT
)
e
:
GetHandler
():
RemoveOverlayCard
(
tp
,
1
,
1
,
REASON_EFFECT
)
Duel
.
Hint
(
HINT_CARD
,
0
,
id
)
Duel
.
Hint
(
HINT_CARD
,
0
,
id
)
end
end
\ No newline at end of file
c35844557.lua
View file @
4b94ac80
...
@@ -63,4 +63,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -63,4 +63,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
end
end
end
\ No newline at end of file
c55154344.lua
View file @
4b94ac80
...
@@ -96,4 +96,4 @@ end
...
@@ -96,4 +96,4 @@ end
function
s
.
eftg
(
e
,
c
)
function
s
.
eftg
(
e
,
c
)
return
c
:
IsLevelAbove
(
10
)
and
c
:
GetOriginalRace
()
==
RACE_WYRM
return
c
:
IsLevelAbove
(
10
)
and
c
:
GetOriginalRace
()
==
RACE_WYRM
or
c
:
IsSetCard
(
0x1c0
)
and
c
:
IsType
(
TYPE_PENDULUM
)
or
c
:
IsSetCard
(
0x1c0
)
and
c
:
IsType
(
TYPE_PENDULUM
)
end
end
\ No newline at end of file
c55276522.lua
View file @
4b94ac80
...
@@ -53,7 +53,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -53,7 +53,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
local
g
=
Duel
.
GetMatchingGroup
(
s
.
hgrfilter
,
tp
,
LOCATION_DECK
,
0
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
s
.
hgrfilter
,
tp
,
LOCATION_DECK
,
0
,
nil
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
aux
.
Stringid
(
id
,
2
))
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
aux
.
Stringid
(
id
,
2
))
local
sg
=
g
:
SelectSubGroup
(
tp
,
s
.
gcheck
,
false
,
3
,
3
,
tp
)
local
sg
=
g
:
SelectSubGroup
(
tp
,
s
.
gcheck
,
false
,
3
,
3
,
tp
)
if
sg
:
GetCount
()
>
2
then
if
sg
and
sg
:
GetCount
()
>
2
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
g1
=
sg
:
FilterSelect
(
tp
,
s
.
thfiter
,
1
,
1
,
nil
,
sg
)
local
g1
=
sg
:
FilterSelect
(
tp
,
s
.
thfiter
,
1
,
1
,
nil
,
sg
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
...
@@ -110,4 +110,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -110,4 +110,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SpecialSummon
(
sg
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
sg
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
end
end
end
end
\ No newline at end of file
c56499179.lua
View file @
4b94ac80
...
@@ -104,4 +104,4 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
...
@@ -104,4 +104,4 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
end
end
end
\ No newline at end of file
c57111661.lua
View file @
4b94ac80
...
@@ -68,4 +68,4 @@ function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -68,4 +68,4 @@ function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
,
e
,
tp
,
co
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
,
e
,
tp
,
co
)
Duel
.
Remove
(
g
,
POS_FACEUP
,
REASON_COST
)
Duel
.
Remove
(
g
,
POS_FACEUP
,
REASON_COST
)
end
end
\ No newline at end of file
c60394026.lua
View file @
4b94ac80
...
@@ -58,4 +58,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -58,4 +58,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function
s
.
atktg
(
e
,
c
)
function
s
.
atktg
(
e
,
c
)
return
not
(
c
:
IsType
(
TYPE_XYZ
)
and
c
:
IsRank
(
4
))
return
not
(
c
:
IsType
(
TYPE_XYZ
)
and
c
:
IsRank
(
4
))
end
end
\ No newline at end of file
c61116514.lua
View file @
4b94ac80
...
@@ -90,4 +90,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -90,4 +90,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_BATTLE
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_BATTLE
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
end
end
\ No newline at end of file
c6798031.lua
View file @
4b94ac80
...
@@ -83,4 +83,4 @@ function s.disop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -83,4 +83,4 @@ function s.disop(e,tp,eg,ep,ev,re,r,rp)
e
:
GetHandler
():
RegisterFlagEffect
(
id
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
id
,
4
))
e
:
GetHandler
():
RegisterFlagEffect
(
id
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
id
,
4
))
end
end
end
end
end
end
\ No newline at end of file
c68059897.lua
View file @
4b94ac80
...
@@ -86,4 +86,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -86,4 +86,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Remove
(
g
,
POS_FACEUP
,
REASON_EFFECT
)
Duel
.
Remove
(
g
,
POS_FACEUP
,
REASON_EFFECT
)
end
end
end
end
end
end
\ No newline at end of file
c68337209.lua
View file @
4b94ac80
...
@@ -62,4 +62,4 @@ function s.condition(e)
...
@@ -62,4 +62,4 @@ function s.condition(e)
end
end
function
s
.
alimit
(
e
,
c
)
function
s
.
alimit
(
e
,
c
)
return
c
:
IsFacedown
()
or
not
(
c
:
IsType
(
TYPE_LINK
)
and
c
:
IsSetCard
(
0x1bf
))
return
c
:
IsFacedown
()
or
not
(
c
:
IsType
(
TYPE_LINK
)
and
c
:
IsSetCard
(
0x1bf
))
end
end
\ No newline at end of file
c69272449.lua
View file @
4b94ac80
...
@@ -85,4 +85,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -85,4 +85,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
s
.
splimit
(
e
,
c
)
function
s
.
splimit
(
e
,
c
)
return
not
c
:
IsType
(
TYPE_LINK
)
and
c
:
IsLocation
(
LOCATION_EXTRA
)
return
not
c
:
IsType
(
TYPE_LINK
)
and
c
:
IsLocation
(
LOCATION_EXTRA
)
end
end
\ No newline at end of file
c72238166.lua
View file @
4b94ac80
...
@@ -81,4 +81,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
...
@@ -81,4 +81,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
tc
:
RegisterEffect
(
e2
)
tc
:
RegisterEffect
(
e2
)
end
end
Duel
.
SpecialSummonComplete
()
Duel
.
SpecialSummonComplete
()
end
end
\ No newline at end of file
c7511613.lua
View file @
4b94ac80
...
@@ -81,4 +81,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -81,4 +81,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
ConfirmCards
(
1
-
tp
,
tg
)
Duel
.
ConfirmCards
(
1
-
tp
,
tg
)
end
end
end
end
end
end
\ No newline at end of file
c81549048.lua
View file @
4b94ac80
...
@@ -90,4 +90,4 @@ function s.drop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -90,4 +90,4 @@ function s.drop(e,tp,eg,ep,ev,re,r,rp)
or
not
g
:
IsExists
(
Card
.
IsLocation
,
1
,
nil
,
LOCATION_DECK
+
LOCATION_EXTRA
)
then
return
end
or
not
g
:
IsExists
(
Card
.
IsLocation
,
1
,
nil
,
LOCATION_DECK
+
LOCATION_EXTRA
)
then
return
end
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
end
end
\ No newline at end of file
c82661630.lua
View file @
4b94ac80
...
@@ -80,4 +80,4 @@ end
...
@@ -80,4 +80,4 @@ end
function
s
.
eftg
(
e
,
c
)
function
s
.
eftg
(
e
,
c
)
return
c
:
IsLevelAbove
(
10
)
and
c
:
GetOriginalRace
()
==
RACE_DINOSAUR
return
c
:
IsLevelAbove
(
10
)
and
c
:
GetOriginalRace
()
==
RACE_DINOSAUR
or
c
:
IsSetCard
(
0x1c0
)
and
c
:
IsType
(
TYPE_PENDULUM
)
or
c
:
IsSetCard
(
0x1c0
)
and
c
:
IsType
(
TYPE_PENDULUM
)
end
end
\ No newline at end of file
c8633261.lua
View file @
4b94ac80
...
@@ -71,4 +71,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
...
@@ -71,4 +71,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
if
g
:
GetCount
()
>
0
then
if
g
:
GetCount
()
>
0
then
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
end
end
\ No newline at end of file
c87640391.lua
View file @
4b94ac80
...
@@ -85,4 +85,4 @@ function s.xyzlv(e,c,rc)
...
@@ -85,4 +85,4 @@ function s.xyzlv(e,c,rc)
else
else
return
c
:
GetLevel
()
return
c
:
GetLevel
()
end
end
end
end
\ No newline at end of file
c92487128.lua
View file @
4b94ac80
...
@@ -111,4 +111,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -111,4 +111,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
end
end
end
end
\ No newline at end of file
c93509766.lua
View file @
4b94ac80
...
@@ -116,4 +116,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -116,4 +116,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
if
tg
:
GetCount
()
>
0
then
if
tg
:
GetCount
()
>
0
then
Duel
.
Destroy
(
tg
,
REASON_EFFECT
)
Duel
.
Destroy
(
tg
,
REASON_EFFECT
)
end
end
end
end
\ No newline at end of file
c94722358.lua
View file @
4b94ac80
...
@@ -54,4 +54,4 @@ function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -54,4 +54,4 @@ function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
Duel
.
Remove
(
g
,
POS_FACEUP
,
REASON_COST
)
Duel
.
Remove
(
g
,
POS_FACEUP
,
REASON_COST
)
end
end
\ No newline at end of file
c95454996.lua
View file @
4b94ac80
...
@@ -84,4 +84,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -84,4 +84,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
end
end
end
end
\ No newline at end of file
c96676583.lua
View file @
4b94ac80
...
@@ -85,4 +85,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -85,4 +85,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
s
.
splimit
(
e
,
c
)
function
s
.
splimit
(
e
,
c
)
return
not
c
:
IsType
(
TYPE_LINK
)
and
c
:
IsLocation
(
LOCATION_EXTRA
)
return
not
c
:
IsType
(
TYPE_LINK
)
and
c
:
IsLocation
(
LOCATION_EXTRA
)
end
end
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment