From 87d5d4a89096e8e56303a84c7058c30cef5271b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Tue, 7 Jun 2022 14:47:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/constants.py b/source/constants.py index 7a34bf7..35963da 100755 --- a/source/constants.py +++ b/source/constants.py @@ -136,7 +136,7 @@ BACKGROUND_DAY_LIKE_BACKGROUNDS = { # 夜晚地图的墓碑数量等级 GRADE_GRAVES = 'grade_graves' -# 不同墓碑等级对应的信息 +# 不同墓碑等级对应的信息,列表位置对应的是墓碑等级 GRAVES_GRADE_INFO = (0, 4, 7, 11) # 僵尸生成方式