diff options
Diffstat (limited to 'content/encyclopediae/default_encyclopedia.json')
| -rw-r--r-- | content/encyclopediae/default_encyclopedia.json | 9 |
1 files changed, 6 insertions, 3 deletions
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", |
