diff options
Diffstat (limited to 'json/items')
-rw-r--r-- | json/items/comestible/junkfood.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/items/comestible/junkfood.json b/json/items/comestible/junkfood.json index 0456b7e..4acc250 100644 --- a/json/items/comestible/junkfood.json +++ b/json/items/comestible/junkfood.json @@ -75,7 +75,7 @@ "type": "COMESTIBLE", "id": "candy3", "copy-from": "candy3", - "name": { "str_sp": "chewy candy", "str_pl": "chewy candies" }, + "name": { "str": "chewy candy", "str_pl": "chewy candies" }, "spoils_in": "364 days", "//": "Restore original spoils_in." }, |