Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
pre-release-database-cdb
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
Crescent/毛虫
pre-release-database-cdb
Commits
a593c23d
Commit
a593c23d
authored
Oct 18, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix アルカナフォースⅤ
parent
4bd3b421
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
script/c101207004.lua
script/c101207004.lua
+2
-2
script/c101207005.lua
script/c101207005.lua
+2
-2
script/c101207034.lua
script/c101207034.lua
+2
-2
script/c101207054.lua
script/c101207054.lua
+2
-2
No files found.
script/c101207004.lua
View file @
a593c23d
...
...
@@ -119,8 +119,8 @@ function s.coinop(e,tp,eg,ep,ev,re,r,rp)
end
if
b1
and
b2
then
res
=
aux
.
SelectFromOptions
(
tp
,
{
b1
,
60
},
{
b2
,
61
})
{
b1
,
60
,
1
},
{
b2
,
61
,
0
})
end
else
res
=
Duel
.
TossCoin
(
tp
,
1
)
...
...
script/c101207005.lua
View file @
a593c23d
...
...
@@ -73,8 +73,8 @@ function s.coinop(e,tp,eg,ep,ev,re,r,rp)
end
if
b1
and
b2
then
res
=
aux
.
SelectFromOptions
(
tp
,
{
b1
,
60
},
{
b2
,
61
})
{
b1
,
60
,
1
},
{
b2
,
61
,
0
})
end
else
res
=
Duel
.
TossCoin
(
tp
,
1
)
end
if
res
==
1
then
...
...
script/c101207034.lua
View file @
a593c23d
...
...
@@ -65,8 +65,8 @@ function s.coinop(e,tp,eg,ep,ev,re,r,rp)
end
if
b1
and
b2
then
res
=
aux
.
SelectFromOptions
(
tp
,
{
b1
,
60
},
{
b2
,
61
})
{
b1
,
60
,
1
},
{
b2
,
61
,
0
})
end
else
res
=
Duel
.
TossCoin
(
tp
,
1
)
end
if
res
==
1
then
...
...
script/c101207054.lua
View file @
a593c23d
...
...
@@ -53,8 +53,8 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end
if
b1
and
b2
then
res
=
aux
.
SelectFromOptions
(
tp
,
{
b1
,
60
},
{
b2
,
61
})
{
b1
,
60
,
1
},
{
b2
,
61
,
0
})
end
else
res
=
Duel
.
TossCoin
(
tp
,
1
)
...
...
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