Commit 7e892cf6 by Jonathan Thomas

Making LLM unit tests for attack messages stronger/more aggressive.

parent 2f4ddf06
Pipeline #13245 passed with stages
in 2 minutes 2 seconds
...@@ -52,7 +52,7 @@ public class BehaviorTests { ...@@ -52,7 +52,7 @@ public class BehaviorTests {
List<String> attackMessages = Arrays.asList( List<String> attackMessages = Arrays.asList(
"<attacked you directly with Stone Axe>", "<attacked you directly with Stone Axe>",
"<attacked you indirectly with Arrow>", "<attacked you indirectly with Arrow>",
"Fight me now!"); "Fight me now or your city burns!");
List<String> protectMessages = Arrays.asList( List<String> protectMessages = Arrays.asList(
"Please protect me", "Please protect me",
"Please keep me safe friend", "Please keep me safe friend",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment