From 5b6e492d5e14739ad970085d9989ac6fae5dcfea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leevi=20Gr=C3=B6nlund?= <lejugr@utu.fi> Date: Mon, 4 Mar 2019 00:19:53 +0200 Subject: [PATCH] Last update --- Assets/Scripts/Resources/Forest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Scripts/Resources/Forest.cs b/Assets/Scripts/Resources/Forest.cs index 4e2556d..206a5a2 100644 --- a/Assets/Scripts/Resources/Forest.cs +++ b/Assets/Scripts/Resources/Forest.cs @@ -69,9 +69,9 @@ public class Forest : Resource void Start() { setEventType(EventType.WoodChopped); - setAmount(Random.Range(50, 150)); + setAmount(Random.Range(50, 70)); isForester = false; - growthspeed = 1; + growthspeed = 3f; StartCoroutine("Grow"); } -- GitLab