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
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
Commits
c791a7ec
Commit
c791a7ec
authored
Dec 28, 2020
by
salix5
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 魔導冥士 ラモール, Myutant Expansion
They can be negated by 灰流うらら.
parent
c6b7e6fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
c60967717.lua
c60967717.lua
+1
-0
c9560338.lua
c9560338.lua
+1
-3
No files found.
c60967717.lua
View file @
c791a7ec
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
function
c60967717
.
initial_effect
(
c
)
function
c60967717
.
initial_effect
(
c
)
--Activate
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCountLimit
(
1
,
60967717
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCountLimit
(
1
,
60967717
+
EFFECT_COUNT_CODE_OATH
)
...
...
c9560338.lua
View file @
c791a7ec
...
@@ -31,9 +31,7 @@ function c9560338.efftg(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -31,9 +31,7 @@ function c9560338.efftg(e,tp,eg,ep,ev,re,r,rp,chk)
if
ct
>=
4
then
if
ct
>=
4
then
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
tp
,
LOCATION_DECK
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
tp
,
LOCATION_DECK
)
end
end
if
ct
>=
5
then
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_DECK
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_DECK
)
end
end
end
function
c9560338
.
effop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c9560338
.
effop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
...
mercury233
@mercury233
mentioned in commit
28f59255
·
Feb 28, 2021
mentioned in commit
28f59255
mentioned in commit 28f59255918d9b9cd055da7fb27a7ee4f28e6a1a
Toggle commit list
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