Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
another world in jucheland
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
nippon culture research center
another world in jucheland
Commits
a330b52a
Commit
a330b52a
authored
Mar 08, 2019
by
Chae Ho Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix design mismatch
parent
df832d0e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Hunting_1.cs
ISEKAI/Assets/ISEKAI_Model/Events/Hunting_1.cs
+1
-1
No files found.
ISEKAI/Assets/ISEKAI_Model/Events/Hunting_1.cs
View file @
a330b52a
...
...
@@ -18,7 +18,7 @@ namespace ISEKAI_Model
protected
override
bool
exclusiveCondition
()
{
bool
turnCondition
=
game
.
turn
.
totalMonthNumber
>=
13
&&
game
.
turn
.
t
urnNumber
<=
9
;
bool
turnCondition
=
game
.
turn
.
totalMonthNumber
>=
13
&&
game
.
turn
.
t
otalMonthNumber
<=
36
;
int
chance
=
(
new
Random
()).
Next
()
/
10
;
bool
chanceCondition
=
chance
<=
1
;
if
(
_isFirstOccur
&&
turnCondition
)
...
...
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