From c8dbf5776e20229a68ad623f9f05edc578185329 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Mon, 9 Oct 2017 00:49:48 +0900
Subject: [PATCH] :v:

---
 src/common/othello.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/othello.ts b/src/common/othello.ts
index 15dc571ced..0f96d477ee 100644
--- a/src/common/othello.ts
+++ b/src/common/othello.ts
@@ -213,7 +213,7 @@ export default class Othello {
 
 	public toPatternString(color): string {
 		//const num = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'];
-		const num = ['0️⃣', '1️⃣', '2️⃣', '3️⃣', '4️⃣', '5️⃣', '6️⃣', '7️⃣', '8️⃣', '9️⃣', '🔟'];
+		const num = ['0️⃣', '1️⃣', '2️⃣', '3️⃣', '4️⃣', '5️⃣', '6️⃣', '7️⃣', '8️⃣', '9️⃣', '🔟', '🍏', '🍎', '🍐', '🍊', '🍋', '🍌', '🍉', '🍇', '🍓', '🍈', '🍒', '🍑', '🍍'];
 
 		const pattern = this.getPattern(color);