diff options
| author | troido <troido@protonmail.com> | 2020-04-01 21:25:18 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-01 21:25:18 +0200 |
| commit | 9d61814eeb7873a1c21d0f521dcb3649f3b4baf8 (patch) | |
| tree | 1b43e51aff93837a01616a028ada46b90c9f077a /content | |
| parent | 633cb7d5b2048324a13bedb43468a7f04a81a519 (diff) | |
room unloading works now
Diffstat (limited to 'content')
| -rw-r--r-- | content/encyclopediae/default_encyclopedia.json | 4 |
1 files changed, 2 insertions, 2 deletions
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"] }] |
