From 633cb7d5b2048324a13bedb43468a7f04a81a519 Mon Sep 17 00:00:00 2001 From: troido Date: Wed, 1 Apr 2020 16:48:24 +0200 Subject: removed Sometime parameter --- content/encyclopediae/default_encyclopedia.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'content') diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json index e682fe2..19d57d0 100644 --- a/content/encyclopediae/default_encyclopedia.json +++ b/content/encyclopediae/default_encyclopedia.json @@ -196,7 +196,7 @@ "item": ["build", "plantedradishseed"] }, "plantedradishseed": { - "arguments": [["target_time", "sometime", null]], + "arguments": [["target_time", "int", 0]], "sprite": "seed", "height": 0.05, "name": "seed", @@ -206,10 +206,13 @@ "target_time": ["arg", "target_time"], "into": ["template", "radishseedling"] }] - ] + ], + "extract": { + "target_time": ["Grow", "target_time"] + } }, "radishseedling": { - "arguments": [["target_time", "sometime", null]], + "arguments": [["target_time", "int", 0]], "sprite": "seedling", "height": 0.05, "name": "seedling", -- cgit