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,