From b813bcabf8ebe915e02b6d25d16dd33ec5b91565 Mon Sep 17 00:00:00 2001 From: Rabblerouser Date: Thu, 17 Feb 2022 01:19:17 -0500 Subject: [PATCH] Rename foie gras to faux gras (#55417) I'll be frank, I saw an opening for a pun and figured it'd be an easy first project. By the old description's own admission, this is technically not foie gras, which I feel opens this up for a possible rename. The description is changed as well since the original seemed somewhat bland. I left the id as is since I doubt the methods of creating realistic foie gras (force feeding ducks through tubes to make their livers enlarge) will ever be implemented. This was a learning exercise for me in both the game systems and git, thus I won't be too upset if it's denied. --- data/json/items/comestibles/offal_dishes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/items/comestibles/offal_dishes.json b/data/json/items/comestibles/offal_dishes.json index 40e5a30a44c03..39a0d838ab339 100644 --- a/data/json/items/comestibles/offal_dishes.json +++ b/data/json/items/comestibles/offal_dishes.json @@ -3,10 +3,10 @@ "id": "foie_gras", "type": "COMESTIBLE", "comestible_type": "FOOD", - "name": { "str_sp": "foie gras" }, + "name": { "str_sp": "faux gras" }, "symbol": "%", "looks_like": "meat_cooked", - "description": "Though it's not technically foie gras, you don't have to think about that.", + "description": "Though this meal is technically not foie gras, you have a feeling neither France nor animal rights groups are likely to criticize it either way now.", "price_postapoc": 150, "material": [ "flesh", "fruit" ], "color": "brown",