summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-04-13 12:28:00 +0200
committertroido <troido@protonmail.com>2020-04-13 12:28:00 +0200
commit56f44d5898696d1af50f38009629384f8d38cb46 (patch)
tree9454fd0085faff433fd15bd08a5fcf405f40a40a /content
parent88d3414f523d01a0109604103e6aeb8b68a7fa20 (diff)
now use TimeOffset instead of OwnTime
Diffstat (limited to 'content')
-rw-r--r--content/encyclopediae/default_encyclopedia.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/content/encyclopediae/default_encyclopedia.json b/content/encyclopediae/default_encyclopedia.json
index c47f738..53c5a56 100644
--- a/content/encyclopediae/default_encyclopedia.json
+++ b/content/encyclopediae/default_encyclopedia.json
@@ -226,7 +226,7 @@
"flags": ["Occupied"]
},
"plantedradishseed": {
- "arguments": [["target_time", "int", 0]],
+ "arguments": [["target_time", "int", -1]],
"sprite": "seed",
"height": 0.05,
"name": "seed",
@@ -244,7 +244,7 @@
"flags": ["Occupied"]
},
"radishseedling": {
- "arguments": [["target_time", "int", 0]],
+ "arguments": [["target_time", "int", -1]],
"sprite": "seedling",
"height": 0.05,
"name": "seedling",
@@ -262,7 +262,7 @@
"flags": ["Occupied"]
},
"youngradishplant": {
- "arguments": [["target_time", "int", 0]],
+ "arguments": [["target_time", "int", -1]],
"sprite": "youngplant",
"height": 0.8,
"name": "youngradishplant",
@@ -325,7 +325,7 @@
]
},
"plantedseed": {
- "arguments": [["target_time", "int", 0], ["next", "template"], ["delay", "int"]],
+ "arguments": [["target_time", "int", -1], ["next", "template"], ["delay", "int"]],
"sprite": "seed",
"height": 0.05,
"name": "plantedseed",
@@ -343,7 +343,7 @@
"flags": ["Occupied"]
},
"seedling": {
- "arguments": [["target_time", "int", 0], ["next", "template"], ["delay", "int"]],
+ "arguments": [["target_time", "int", -1], ["next", "template"], ["delay", "int"]],
"sprite": "seed",
"height": 0.09,
"name": "seedling",
@@ -361,7 +361,7 @@
"flags": ["Occupied"]
},
"youngplant": {
- "arguments": [["target_time", "int", 0], ["next", "template"], ["crop", "string"], ["delay", "int"]],
+ "arguments": [["target_time", "int", -1], ["next", "template"], ["crop", "string"], ["delay", "int"]],
"components": [
["Grow", {
"delay": ["arg", "delay"],