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
bd0b2676
Commit
bd0b2676
authored
Oct 14, 2024
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
newline
parent
d6951582
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
c23623653.lua
c23623653.lua
+1
-1
c32991027.lua
c32991027.lua
+1
-1
c61052897.lua
c61052897.lua
+1
-1
c61775475.lua
c61775475.lua
+1
-1
c69718652.lua
c69718652.lua
+1
-1
No files found.
c23623653.lua
View file @
bd0b2676
...
@@ -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)
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
c32991027.lua
View file @
bd0b2676
...
@@ -75,4 +75,4 @@ function s.actcon(e)
...
@@ -75,4 +75,4 @@ function s.actcon(e)
end
end
function
s
.
aclimit
(
e
,
re
,
tp
)
function
s
.
aclimit
(
e
,
re
,
tp
)
return
re
:
GetActivateLocation
()
==
LOCATION_GRAVE
and
re
:
IsActiveType
(
TYPE_MONSTER
)
return
re
:
GetActivateLocation
()
==
LOCATION_GRAVE
and
re
:
IsActiveType
(
TYPE_MONSTER
)
end
end
\ No newline at end of file
c61052897.lua
View file @
bd0b2676
...
@@ -113,4 +113,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -113,4 +113,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SynchroSummon
(
tp
,
g
:
GetFirst
(),
nil
)
Duel
.
SynchroSummon
(
tp
,
g
:
GetFirst
(),
nil
)
end
end
end
end
end
end
\ No newline at end of file
c61775475.lua
View file @
bd0b2676
...
@@ -95,4 +95,4 @@ function s.tdop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -95,4 +95,4 @@ function s.tdop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
HintSelection
(
sg2
)
Duel
.
HintSelection
(
sg2
)
Duel
.
Destroy
(
sg2
,
REASON_EFFECT
)
Duel
.
Destroy
(
sg2
,
REASON_EFFECT
)
end
end
end
end
\ No newline at end of file
c69718652.lua
View file @
bd0b2676
...
@@ -64,4 +64,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -64,4 +64,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetCode
(
EFFECT_CANNOT_DIRECT_ATTACK
)
e1
:
SetCode
(
EFFECT_CANNOT_DIRECT_ATTACK
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
tc
:
RegisterEffect
(
e1
,
true
)
tc
:
RegisterEffect
(
e1
,
true
)
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