Skip to content

Commit

Permalink
Add new name to the names pool
Browse files Browse the repository at this point in the history
  • Loading branch information
remmintan committed Apr 1, 2024
1 parent 2227f1a commit 2ce45f5
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
import net.remmintan.mods.minefortress.core.interfaces.entities.IPawnNameGenerator;
import org.apache.logging.log4j.util.Strings;

import java.util.*;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;

public class ColonistNameGenerator implements IPawnNameGenerator {

Expand All @@ -25,7 +27,8 @@ public class ColonistNameGenerator implements IPawnNameGenerator {
"Aki",
"Grungy",
"Jukotzu",
"Telis"
"Telis",
"Jeve Stobs"
);

private static final List<String> RANDOM_NAMES = Arrays.asList(
Expand Down

0 comments on commit 2ce45f5

Please sign in to comment.