Skip to content

Commit 8218668

Browse files
committed
Rename bots
1 parent d51a4d6 commit 8218668

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/mjw/core/game.ex

+1-4
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,16 @@ defmodule Mjw.Game do
1313
|> List.flatten()
1414
@four_empty_seats 0..3 |> Enum.map(fn _ -> %Mjw.Seat{} end)
1515
@bot_names [
16-
"Black Sesame 🤖",
1716
"Dragonfruit 🤖",
18-
"Garlic 🤖",
19-
"Ginger 🤖",
2017
"Goji 🤖",
2118
"Guava 🤖",
19+
"Lian Wu 🤖"
2220
"Lychee 🤖",
2321
"Papaya 🤖",
2422
"Passionfruit 🤖",
2523
"Persimmon 🤖",
2624
"Pomelo 🤖",
2725
"Taro 🤖",
28-
"Wax Apple 🤖"
2926
]
3027

3128
defstruct id: nil,

0 commit comments

Comments
 (0)