summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-04-09 15:20:35 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-04-09 15:20:35 -0700
commit4de283cf84242e9713568288c9a5f21a17cf90c6 (patch)
treea6b2f9301f1013b1be70c81eb43f770e24ca23d6
parentAdd a spoils_in to fried seeds. (diff)
downloadcataclysm-bn-mod_recipe-fixes-4de283cf84242e9713568288c9a5f21a17cf90c6.tar.xz
Typo.
-rw-r--r--json/items/comestible/seed.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/json/items/comestible/seed.json b/json/items/comestible/seed.json
index c0da5f8..e95b000 100644
--- a/json/items/comestible/seed.json
+++ b/json/items/comestible/seed.json
@@ -10,7 +10,7 @@
"type": "COMESTIBLE",
"id": "fried_seeds",
"copy-from": "fried_seeds",
- "name": { "str": "fried seeds" },
+ "name": { "str_sp": "fried seeds" },
"spoils_in": "364 days"
}
]