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
d7e976e6
Commit
d7e976e6
authored
Jan 20, 2024
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
format
parent
34e95f94
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
11 deletions
+9
-11
c13070280.lua
c13070280.lua
+1
-1
c25919316.lua
c25919316.lua
+0
-1
c50281477.lua
c50281477.lua
+2
-2
c59069885.lua
c59069885.lua
+2
-2
c86553594.lua
c86553594.lua
+2
-2
c87498729.lua
c87498729.lua
+1
-1
c87676171.lua
c87676171.lua
+1
-1
c98520301.lua
c98520301.lua
+0
-1
No files found.
c13070280.lua
View file @
d7e976e6
c25919316.lua
View file @
d7e976e6
...
@@ -93,4 +93,3 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -93,4 +93,3 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SpecialSummon
(
c
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
c
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
end
end
c50281477.lua
View file @
d7e976e6
c59069885.lua
View file @
d7e976e6
c86553594.lua
View file @
d7e976e6
c87498729.lua
View file @
d7e976e6
c87676171.lua
View file @
d7e976e6
c98520301.lua
View file @
d7e976e6
...
@@ -31,7 +31,6 @@ function s.initial_effect(c)
...
@@ -31,7 +31,6 @@ function s.initial_effect(c)
e3
:
SetOperation
(
s
.
thop
)
e3
:
SetOperation
(
s
.
thop
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
function
s
.
spfilter
(
c
)
function
s
.
spfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsLevelBelow
(
6
)
return
c
:
IsFaceup
()
and
c
:
IsLevelBelow
(
6
)
end
end
...
...
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