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
d471e9b0
Commit
d471e9b0
authored
Aug 29, 2021
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor fix
parent
b4713a16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
c44364207.lua
c44364207.lua
+5
-1
No files found.
c44364207.lua
View file @
d471e9b0
...
...
@@ -6,6 +6,7 @@ function c44364207.initial_effect(c)
e1
:
SetCode
(
EFFECT_INDESTRUCTABLE_EFFECT
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e1
:
SetCondition
(
c44364207
.
indescon
)
e1
:
SetTarget
(
c44364207
.
indestg
)
e1
:
SetValue
(
c44364207
.
indesval
)
c
:
RegisterEffect
(
e1
)
...
...
@@ -20,8 +21,11 @@ function c44364207.initial_effect(c)
e2
:
SetOperation
(
c44364207
.
operation
)
c
:
RegisterEffect
(
e2
)
end
function
c44364207
.
indescon
(
e
)
return
e
:
GetHandler
():
IsAttackPos
()
end
function
c44364207
.
indestg
(
e
,
c
)
return
c
:
IsRace
(
RACE_MACHINE
)
and
c
:
IsAttackBelow
(
1200
)
and
e
:
GetHandler
():
IsAttackPos
()
return
c
:
IsRace
(
RACE_MACHINE
)
and
c
:
IsAttackBelow
(
1200
)
end
function
c44364207
.
indesval
(
e
,
re
)
return
re
:
GetHandler
():
IsType
(
TYPE_TRAP
)
...
...
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