Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-THC-cards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
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
HiiragiGuardians
ygopro-THC-cards
Commits
c21e89b4
Commit
c21e89b4
authored
Aug 03, 2025
by
wyykak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 99999008
Signed-off-by:
wyykak
<
wyy_1414@126.com
>
parent
66feebfd
Pipeline
#39838
passed with stage
in 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
script/c99999008.lua
script/c99999008.lua
+2
-4
No files found.
script/c99999008.lua
View file @
c21e89b4
...
...
@@ -60,8 +60,7 @@ function c99999008.tg(e,tp,eg,ep,ev,re,r,rp,chk)
end
function
c99999008
.
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
math.randomseed
(
os.time
())
local
dice
=
math.random
(
1
,
12
)
local
dice
=
Duel
.
GetRandomNumber
(
1
,
12
)
Duel
.
Hint
(
HINT_NUMBER
,
tp
,
dice
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
@@ -103,8 +102,7 @@ function c99999008.thop1(e,tp,eg,ep,ev,re,r,rp)
Duel
.
HintSelection
(
g
)
g
:
GetFirst
():
AddCounter
(
0x1999
,
1
)
end
math.randomseed
(
os.time
())
local
dice
=
math.random
(
1
,
12
)
local
dice
=
Duel
.
GetRandomNumber
(
1
,
12
)
Duel
.
Hint
(
HINT_NUMBER
,
tp
,
dice
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
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