Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
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
wyykak
ygopro
Commits
778ef311
Commit
778ef311
authored
Aug 18, 2014
by
独孤朲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c64689404.lua
parent
d8192f20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
script/c64689404.lua
script/c64689404.lua
+2
-2
No files found.
script/c64689404.lua
View file @
778ef311
...
...
@@ -31,14 +31,14 @@ function c64689404.raccost(e,tp,eg,ep,ev,re,r,rp,chk)
e
:
GetHandler
():
RemoveOverlayCard
(
tp
,
1
,
1
,
REASON_COST
)
end
function
c64689404
.
ractg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetLabelObject
():
GetLabel
()
~=
0x7fffff
end
if
chk
==
0
then
return
e
:
GetLabelObject
():
GetLabel
()
~=
RACE_ALL
end
if
e
:
GetHandler
():
GetFlagEffect
(
64689404
)
==
0
then
e
:
GetHandler
():
RegisterFlagEffect
(
64689404
,
RESET_EVENT
+
0x1fe0000
,
0
,
0
)
e
:
GetLabelObject
():
SetLabel
(
0
)
end
local
prc
=
e
:
GetLabelObject
():
GetLabel
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
563
)
local
rc
=
Duel
.
AnnounceRace
(
tp
,
1
,
0xffffff
-
prc
)
local
rc
=
Duel
.
AnnounceRace
(
tp
,
1
,
RACE_ALL
-
prc
)
e
:
SetLabel
(
rc
)
end
function
c64689404
.
racop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
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