Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
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
0
Merge Requests
0
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
Reinen
ygopro-scripts
Commits
b482a3d1
Commit
b482a3d1
authored
Oct 28, 2017
by
VanillaSalt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
e5a3945a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
c20007374.lua
c20007374.lua
+1
-1
c62868900.lua
c62868900.lua
+1
-2
c75987257.lua
c75987257.lua
+1
-1
No files found.
c20007374.lua
View file @
b482a3d1
...
...
@@ -98,7 +98,7 @@ function c20007374.activate(e,tp,eg,ep,ev,re,r,rp)
Duel
.
RegisterEffect
(
e2
,
tp
)
Duel
.
SpecialSummonComplete
()
tc
:
CompleteProcedure
()
else
else
if
c
:
IsRelateToEffect
(
e
)
and
not
c
:
IsStatus
(
STATUS_LEAVE_CONFIRMED
)
then
c
:
CancelToGrave
(
false
)
end
end
...
...
c62868900.lua
View file @
b482a3d1
...
...
@@ -55,7 +55,6 @@ function c62868900.operation(e,tp,eg,ep,ev,re,r,rp)
if
not
c
:
IsRelateToEffect
(
e
)
or
c
:
IsStatus
(
STATUS_LEAVE_CONFIRMED
)
then
return
end
if
tc
:
IsRelateToEffect
(
e
)
and
tc
:
IsFaceup
()
then
Duel
.
Equip
(
tp
,
c
,
tc
)
c
:
CancelToGrave
()
--Atkup
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_EQUIP
)
...
...
@@ -73,7 +72,7 @@ function c62868900.operation(e,tp,eg,ep,ev,re,r,rp)
e2
:
SetReset
(
RESET_EVENT
+
0x1fe0000
)
c
:
RegisterEffect
(
e2
)
else
c
:
CancelToGrave
(
tru
e
)
c
:
CancelToGrave
(
fals
e
)
end
end
function
c62868900
.
eqlimit
(
e
,
c
)
...
...
c75987257.lua
View file @
b482a3d1
...
...
@@ -74,7 +74,7 @@ function c75987257.operation(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_EVENT
+
0x1fe0000
)
c
:
RegisterEffect
(
e1
)
end
else
else
if
c
:
IsRelateToEffect
(
e
)
and
not
c
:
IsStatus
(
STATUS_LEAVE_CONFIRMED
)
then
c
:
CancelToGrave
(
false
)
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