From 7a794e01383a31911e8f5d95444e337877f89450 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 7 Aug 2018 01:30:53 +0900 Subject: [PATCH] Update --- src/front.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/front.ts b/src/front.ts index fadf7f0..ec7b272 100644 --- a/src/front.ts +++ b/src/front.ts @@ -156,13 +156,13 @@ function gameStart(game) { value: 0 }, { label: '弱', - value: 1 - }, { - label: '中', value: 2 }, { - label: '強', + label: '中', value: 3 + }, { + label: '強', + value: 4 }, { label: '最強', value: 5