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
8b79b27a
Commit
8b79b27a
authored
Jan 11, 2018
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix & update
parent
d054c8ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
c17016362.lua
c17016362.lua
+1
-1
c4848423.lua
c4848423.lua
+1
-1
No files found.
c17016362.lua
View file @
8b79b27a
...
...
@@ -8,7 +8,7 @@ function c17016362.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetCode
(
EFFECT_CHANGE_DAMAGE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
+
EFFECT_FLAG_AVAILABLE_BD
)
e1
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e1
:
SetTargetRange
(
1
,
0
)
e1
:
SetValue
(
c17016362
.
damval
)
c
:
RegisterEffect
(
e1
)
...
...
c4848423.lua
View file @
8b79b27a
...
...
@@ -11,5 +11,5 @@ function c4848423.initial_effect(c)
c
:
RegisterEffect
(
e1
)
end
function
c4848423
.
rev
(
e
,
re
,
r
,
rp
,
rc
)
return
bit
.
band
(
r
,
REASON_BATTLE
)
~=
0
and
rc
==
e
:
GetHandler
()
return
bit
.
band
(
r
,
REASON_BATTLE
)
~=
0
and
e
:
GetHandler
():
GetBattleTarget
()
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