Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
CreatureChat
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Public
CreatureChat
Commits
c2711ecc
Commit
c2711ecc
authored
5 months ago
by
Jonathan Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing certain random phrases when no output is detected.
parent
6cacdad0
Pipeline
#12846
passed with stages
in 2 minutes 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
CHANGELOG.md
CHANGELOG.md
+1
-0
Randomizer.java
src/main/java/com/owlmaddie/utils/Randomizer.java
+2
-6
No files found.
CHANGELOG.md
View file @
c2711ecc
...
...
@@ -11,6 +11,7 @@ All notable changes to **CreatureChat** are documented in this file. The format
### Changed
-
Entity chat data now separates messages and friendship by player
-
Removed "pirate" speaking style and a few
<non-response>
outputs
### Fixed
-
Fixed a regression caused by adding a "-forge" suffix to one of our builds
...
...
This diff is collapsed.
Click to expand it.
src/main/java/com/owlmaddie/utils/Randomizer.java
View file @
c2711ecc
...
...
@@ -33,12 +33,8 @@ public class Randomizer {
"<clears throat>"
,
"<peers over your shoulder>"
,
"<fakes a smile>"
,
"<checks the time>"
,
"<doodles in the air>"
,
"<mutters under breath>"
,
"<adjusts an imaginary tie>"
,
"<counts imaginary stars>"
,
"<plays with a nonexistent pet>"
"<counts imaginary stars>"
);
private
static
List
<
String
>
errorResponseMessages
=
Arrays
.
asList
(
"Seems like my words got lost in the End. Check out http://discord.creaturechat.com for clues!"
,
...
...
@@ -88,7 +84,7 @@ public class Randomizer {
"inquisitive"
,
"cynical"
,
"empathetic"
,
"boisterous"
,
"monotone"
,
"laconic"
,
"poetic"
,
"archaic"
,
"childlike"
,
"erudite"
,
"streetwise"
,
"flirtatious"
,
"stoic"
,
"rhetorical"
,
"inspirational"
,
"goofy"
,
"overly dramatic"
,
"deadpan"
,
"sing-song"
,
"pompous"
,
"hyperactive"
,
"valley girl"
,
"robot"
,
"
pirate"
,
"
baby talk"
,
"lolcat"
"hyperactive"
,
"valley girl"
,
"robot"
,
"baby talk"
,
"lolcat"
);
private
static
List
<
String
>
classes
=
Arrays
.
asList
(
"warrior"
,
"mage"
,
"archer"
,
"rogue"
,
"paladin"
,
"necromancer"
,
"bard"
,
"lorekeeper"
,
...
...
This diff is collapsed.
Click to expand it.
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