Skip to content

Commit

Permalink
fix: correct descriptions for cooked scraps of meat (#4624)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt committed May 11, 2024
1 parent 9dd2012 commit 473dc4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/items/comestibles/carnivore.json
Expand Up @@ -234,7 +234,7 @@
"copy-from": "meat_scrap",
"type": "COMESTIBLE",
"name": { "str": "cooked scrap of meat", "str_pl": "cooked scraps of meat" },
"description": "This is a tiny scrap of cooked mutant meat. It is small enough that it's hard to tell how disgusting it is.",
"description": "This is a tiny scrap of cooked meat. Tasty, if not exactly filling.",
"spoils_in": "2 days",
"parasites": 0,
"fun": 0,
Expand All @@ -247,7 +247,7 @@
"copy-from": "meat_scrap_cooked",
"type": "COMESTIBLE",
"name": { "str": "cooked scrap of seasoned meat", "str_pl": "cooked scraps of seasoned meat" },
"description": "This is a tiny scrap of cooked mutant meat with added seasoning.",
"description": "This is a tiny scrap of cooked meat with added seasoning.",
"fun": 1
},
{
Expand Down

0 comments on commit 473dc4c

Please sign in to comment.