Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mathieu Féry
mobile21
Commits
03da6715
Unverified
Commit
03da6715
authored
Apr 22, 2021
by
Mathieu Féry (Mathius)
Browse files
Update Name generation for dnd sheet
parent
6e2019f5
Pipeline
#28838
failed with stages
in 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/fr/iutnantes/miar/dndgenerator/api/dnd/DnDSheet.java
View file @
03da6715
...
...
@@ -139,7 +139,7 @@ public class DnDSheet implements Serializable {
this
(
hp
,
thac9
,
ac
,
appearance
,
caracterClass
,
personality
,
system
,
languages
,
equipment
,
notes
,
spells
,
saves
,
attr
,
skills
,
GIFObject
.
getGIFObject
(
ctx
,
String
.
format
(
"%s,%s,%s"
,
caracterClass
,
appearance
,
system
),
tenorArgs
),
Name
.
getRandomName
(
ctx
,
appearanc
e
));
Name
.
getRandomName
(
ctx
,
personality
,
appearance
,
caracterClass
.
nam
e
));
}
/**
...
...
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