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
0905bdc0
Commit
0905bdc0
authored
May 16, 2022
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
newline at eof
parent
10e35135
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
c3103067.lua
c3103067.lua
+1
-1
c35622739.lua
c35622739.lua
+1
-1
c40597694.lua
c40597694.lua
+1
-1
c53776969.lua
c53776969.lua
+1
-1
c55610199.lua
c55610199.lua
+1
-1
c76075139.lua
c76075139.lua
+1
-1
c85758066.lua
c85758066.lua
+1
-1
c87897777.lua
c87897777.lua
+1
-1
No files found.
c3103067.lua
View file @
0905bdc0
...
...
@@ -40,4 +40,4 @@ function c3103067.operation(e,tp,eg,ep,ev,re,r,rp)
Duel
.
CalculateDamage
(
a
,
tc
)
end
end
end
\ No newline at end of file
end
c35622739.lua
View file @
0905bdc0
...
...
@@ -70,4 +70,4 @@ function c35622739.thop(e,tp,eg,ep,ev,re,r,rp)
if
g
:
GetCount
()
>
0
then
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
c40597694.lua
View file @
0905bdc0
...
...
@@ -104,4 +104,4 @@ function c40597694.desop(e,tp,eg,ep,ev,re,r,rp)
if
tc
and
tc
:
IsLocation
(
LOCATION_MZONE
)
then
Duel
.
Destroy
(
tc
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
c53776969.lua
View file @
0905bdc0
...
...
@@ -63,4 +63,4 @@ function c53776969.spop(e,tp,eg,ep,ev,re,r,rp)
if
c
:
IsRelateToEffect
(
e
)
then
Duel
.
SpecialSummon
(
c
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
\ No newline at end of file
end
c55610199.lua
View file @
0905bdc0
...
...
@@ -61,4 +61,4 @@ function c55610199.desop(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsRelateToEffect
(
e
)
then
Duel
.
Destroy
(
tc
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
c76075139.lua
View file @
0905bdc0
...
...
@@ -140,4 +140,4 @@ function c76075139.thop(e,tp,eg,ep,ev,re,r,rp)
c
:
RegisterEffect
(
e1
)
end
end
end
\ No newline at end of file
end
c85758066.lua
View file @
0905bdc0
...
...
@@ -88,4 +88,4 @@ function c85758066.spop(e,tp,eg,ep,ev,re,r,rp)
end
function
c85758066
.
atklimit
(
e
,
c
)
return
c
~=
e
:
GetHandler
()
end
\ No newline at end of file
end
c87897777.lua
View file @
0905bdc0
...
...
@@ -98,4 +98,4 @@ function c87897777.mvop(e,tp,eg,ep,ev,re,r,rp)
if
tc
then
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
,
1
<<
tc
:
GetSequence
())
end
end
\ No newline at end of file
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