Skip to content

Commit

Permalink
better names
Browse files Browse the repository at this point in the history
  • Loading branch information
cheryllium committed Jan 5, 2024
1 parent 7548249 commit f131328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function currentTime () {

function randomFishName() {
let one = [
"An", "Art", "Bart", "Cal", "Cor", "Dar", "Dac", "Ell", "Fant", "Fin", "Gin", "Gan", "Gat", "Hol", "Holl", "Heff", "Hid", "Iol", "Is", "Jul", "Lor", "Lun", "Mack", "Nash", "Slart", "Sol",
"An", "Art", "Bart", "Cal", "Cir", "Cor", "Dar", "Dan", "Dac", "El", "Fant", "Fin", "Gin", "Gan", "Gat", "Hol", "Hef", "Hid", "Iol", "Is", "Jul", "Lor", "Lun", "Mack", "Nash", "Ria", "Rhys", "Rud", "Slart", "Sol", "Tan", "Tor", "Ul", "Var", "Vir", "Xan", "Yal"
];
let two = ["i", "a", "an", "o", "ou", "en", "u"];
let three = ["na", "fer", "nol", "nette", "lette", "nice", "nis", "lyr", "la", "rice", "rie", "ry", "lie", "ly"];
Expand Down

0 comments on commit f131328

Please sign in to comment.