From 1644574ce2beee822ec3247cfa85770f5bdb9917 Mon Sep 17 00:00:00 2001 From: marblexu <314299052@qq.com> Date: Wed, 11 Dec 2019 20:24:41 +0800 Subject: [PATCH] modify freeze time of hypnoshroom --- source/component/menubar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/component/menubar.py b/source/component/menubar.py index 27aceaf..a9335da 100644 --- a/source/component/menubar.py +++ b/source/component/menubar.py @@ -22,7 +22,7 @@ plant_name_list = [c.SUNFLOWER, c.PEASHOOTER, c.SNOWPEASHOOTER, c.WALLNUT, c.HYPNOSHROOM] plant_sun_list = [50, 100, 175, 50, 150, 325, 200, 150, 0, 25, 50, 100, 125, 25, 25, 75, 75] plant_frozen_time_list = [7500, 7500, 7500, 30000, 50000, 7500, 7500, 7500, 7500, 30000, - 30000, 7500, 50000, 7500, 7500, 50000, 3000] + 30000, 7500, 50000, 7500, 7500, 50000, 30000] all_card_list = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16] def getSunValueImage(sun_value):