Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-rush-duel
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
Clara Grace Paulsen
ygopro-rush-duel
Commits
b6be983b
Commit
b6be983b
authored
Nov 17, 2020
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2020/11/17 修复“1回合1次”规则更新引起的bug
parent
338eb093
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
script/c120110001.lua
script/c120110001.lua
+2
-2
script/c120145025.lua
script/c120145025.lua
+2
-2
No files found.
script/c120110001.lua
View file @
b6be983b
...
@@ -44,8 +44,8 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
...
@@ -44,8 +44,8 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
cm
.
chop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
chop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e
:
GetHandler
():
RegisterFlagEffect
(
m
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_BATTLE
,
0
,
1
)
e
:
GetHandler
():
RegisterFlagEffect
(
1
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_BATTLE
,
0
,
1
)
end
end
function
cm
.
atkcon
(
e
)
function
cm
.
atkcon
(
e
)
return
e
:
GetHandler
():
GetFlagEffect
(
m
)
~=
0
return
e
:
GetHandler
():
GetFlagEffect
(
1
)
~=
0
end
end
\ No newline at end of file
script/c120145025.lua
View file @
b6be983b
...
@@ -72,8 +72,8 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
...
@@ -72,8 +72,8 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
cm
.
chop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
chop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e
:
GetHandler
():
RegisterFlagEffect
(
m
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_BATTLE
,
0
,
1
)
e
:
GetHandler
():
RegisterFlagEffect
(
1
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_BATTLE
,
0
,
1
)
end
end
function
cm
.
atkcon
(
e
)
function
cm
.
atkcon
(
e
)
return
e
:
GetHandler
():
GetFlagEffect
(
m
)
~=
0
return
e
:
GetHandler
():
GetFlagEffect
(
1
)
~=
0
end
end
\ No newline at end of file
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