diff --git a/README.md b/README.md index ce3c0e7..1c16062 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ ## 环境要求 -* `Python` >= 3.7 -* `Python-Pygame` >= 1.9 +* `Python` >= 3.7,最好使用最新版 +* `Python-Pygame` >= 1.9,最好使用最新版 ## 开始游戏 @@ -59,8 +59,8 @@ python main.py ## Windows单文件封装 编译依赖: -- `Python` >= 3.7 -- `Python-Pygame` >= 1.9 +- `Python` >= 3.7,最好使用最新版 +- `Python-Pygame` >= 1.9,最好使用最新版 - `Nuitka` - `MinGW-w64`(或其他C编译器) - `ccache` diff --git a/source/component/plant.py b/source/component/plant.py index e0729d4..5518aab 100755 --- a/source/component/plant.py +++ b/source/component/plant.py @@ -1723,4 +1723,6 @@ class IceFrozenPlot(Plant): if self.timer == 0: self.timer = self.current_time elif self.current_time - self.timer >= 30000: - self.health = 0 \ No newline at end of file + self.health = 0 + +