summaryrefslogtreecommitdiff
path: root/foods-07_fix-meat-scrap-description.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-04-09 12:41:03 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-04-09 12:41:03 -0700
commit73129732813573834acbb441513b8d43775584e8 (patch)
treeb21fa0279524f069d9e82b283b047edc2ada4761 /foods-07_fix-meat-scrap-description.patch
parentUpdated default mods. (diff)
downloadcataclysm-bn-73129732813573834acbb441513b8d43775584e8.tar.xz
Updated to 0.6.0
Revert weapon mount obsoletion Revert nether healing being too obvious Fix meat scrap description Fix missing rebuilt recon laser recipe Add patch to nerf fungal blossom spawn rate
Diffstat (limited to 'foods-07_fix-meat-scrap-description.patch')
-rw-r--r--foods-07_fix-meat-scrap-description.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/foods-07_fix-meat-scrap-description.patch b/foods-07_fix-meat-scrap-description.patch
new file mode 100644
index 0000000..668a3a9
--- /dev/null
+++ b/foods-07_fix-meat-scrap-description.patch
@@ -0,0 +1,19 @@
+--- a/data/json/items/comestibles/carnivore.json
++++ b/data/json/items/comestibles/carnivore.json
+@@ -311,7 +311,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. It's not much, but it'll do in a pinch.",
+ "spoils_in": "2 days",
+ "parasites": 0,
+ "fun": 0,
+@@ -338,6 +338,7 @@
+ "type": "COMESTIBLE",
+ "copy-from": "mutant_meat_scrap",
+ "name": { "str": "cooked scrap of mutant meat", "str_pl": "cooked scraps of mutant 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.",
+ "looks_like": "meat_scrap_cooked",
+ "spoils_in": "2 days",
+ "parasites": 0,