Skip to content
Snippets Groups Projects
Commit 5b6e492d authored by Leevi Grönlund's avatar Leevi Grönlund
Browse files

Last update

parent a314e94a
No related branches found
No related tags found
No related merge requests found
...@@ -69,9 +69,9 @@ public class Forest : Resource ...@@ -69,9 +69,9 @@ public class Forest : Resource
void Start() void Start()
{ {
setEventType(EventType.WoodChopped); setEventType(EventType.WoodChopped);
setAmount(Random.Range(50, 150)); setAmount(Random.Range(50, 70));
isForester = false; isForester = false;
growthspeed = 1; growthspeed = 3f;
StartCoroutine("Grow"); StartCoroutine("Grow");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment