From 4dbc0f3b54579db7966fa3c39b07069cd6b7c40e Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Wed, 15 Jan 2025 18:51:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A2=E5=8D=95=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/server/game/mod/order/OrderFunc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/server/game/mod/order/OrderFunc.go b/src/server/game/mod/order/OrderFunc.go index a9ab36df..7b8867f2 100644 --- a/src/server/game/mod/order/OrderFunc.go +++ b/src/server/game/mod/order/OrderFunc.go @@ -11,8 +11,8 @@ var reflectChess = map[int]int{} func getChessNumRand(OrderN int) map[int]int { return map[int]int{ - 1: int(25 - 4*OrderN), - 2: int(40 + 2*OrderN), + 1: int(15 - 3*OrderN), + 2: int(50 + OrderN), 3: int(35 + 2*OrderN), } }