From c7ad44a8409e6c7b6f0e02a41649ad6a4c1fb1f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Thu, 5 May 2022 12:37:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=86=B7=E5=8D=B4=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/component/menubar.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/component/menubar.py b/source/component/menubar.py index 642a0c5..8232597 100755 --- a/source/component/menubar.py +++ b/source/component/menubar.py @@ -72,7 +72,7 @@ plantInfo = (# 元组 (植物名称, 卡片名称, 阳光, 冷却时间) (c.JALAPENO, c.CARD_JALAPENO, 125, - 30000), + 50000), (c.SPIKEWEED, c.CARD_SPIKEWEED, 100, @@ -84,7 +84,7 @@ plantInfo = (# 元组 (植物名称, 卡片名称, 阳光, 冷却时间) (c.SEASHROOM, c.CARD_SEASHROOM, 125, - 7500), + 30000), (c.STARFRUIT, c.CARD_STARFRUIT, 125,