diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-04-09 15:20:35 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-04-09 15:20:35 -0700 |
commit | 4de283cf84242e9713568288c9a5f21a17cf90c6 (patch) | |
tree | a6b2f9301f1013b1be70c81eb43f770e24ca23d6 /json | |
parent | Add a spoils_in to fried seeds. (diff) | |
download | cataclysm-bn-mod_recipe-fixes-4de283cf84242e9713568288c9a5f21a17cf90c6.tar.xz |
Typo.
Diffstat (limited to 'json')
-rw-r--r-- | json/items/comestible/seed.json | 2 |
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" } ] |