From 9d61814eeb7873a1c21d0f521dcb3649f3b4baf8 Mon Sep 17 00:00:00 2001 From: troido Date: Wed, 1 Apr 2020 21:25:18 +0200 Subject: room unloading works now --- content/encyclopediae/default_encyclopedia.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/encyclopediae') diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json index 19d57d0..28d834d 100644 --- a/content/encyclopediae/default_encyclopedia.json +++ b/content/encyclopediae/default_encyclopedia.json @@ -202,7 +202,7 @@ "name": "seed", "components": [ ["Grow", { - "delay": ["int", 100], + "delay": ["int", 600], "target_time": ["arg", "target_time"], "into": ["template", "radishseedling"] }] @@ -218,7 +218,7 @@ "name": "seedling", "components": [ ["Grow", { - "delay": ["int", 200], + "delay": ["int", 600], "target_time": ["arg", "target_time"], "into": ["template", "radishplant"] }] -- cgit