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
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
Vee4
ygopro-scripts-888
Commits
b4713a16
Commit
b4713a16
authored
Aug 29, 2021
by
wind2009
Committed by
GitHub
Aug 29, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 救魔の奇石, ジェイドナイト (#1698)
parent
a60769eb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
c44364207.lua
c44364207.lua
+1
-1
c46984349.lua
c46984349.lua
+1
-0
No files found.
c44364207.lua
View file @
b4713a16
...
...
@@ -21,7 +21,7 @@ function c44364207.initial_effect(c)
c
:
RegisterEffect
(
e2
)
end
function
c44364207
.
indestg
(
e
,
c
)
return
c
:
IsRace
(
RACE_MACHINE
)
and
c
:
IsAttackBelow
(
1200
)
return
c
:
IsRace
(
RACE_MACHINE
)
and
c
:
IsAttackBelow
(
1200
)
and
e
:
GetHandler
():
IsAttackPos
()
end
function
c44364207
.
indesval
(
e
,
re
)
return
re
:
GetHandler
():
IsType
(
TYPE_TRAP
)
...
...
c46984349.lua
View file @
b4713a16
...
...
@@ -5,6 +5,7 @@ function c46984349.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCountLimit
(
1
,
46984349
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e1
:
SetCost
(
c46984349
.
cost
)
e1
:
SetTarget
(
c46984349
.
target
)
...
...
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