Skip to content

Commit 9e46143

Browse files
authored
"Plain Mead" name change to just "Mead" (#82274)
* Update brewing.json changed mead name in brewing * Update alcohol.json * Update brewing.json fixed dumb thing I changed
1 parent 7a5b60f commit 9e46143

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/json/items/comestibles/alcohol.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@
10991099
"type": "ITEM",
11001100
"subtypes": [ "COMESTIBLE" ],
11011101
"id": "plain_mead",
1102-
"name": { "str_sp": "plain mead" },
1102+
"name": { "str_sp": "mead" },
11031103
"copy-from": "mead",
11041104
"description": "Homebrewed honey wine, a smooth and silky golden beverage.",
11051105
"fun": 10

data/json/items/comestibles/brewing.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@
390390
"subtypes": [ "BREWABLE", "COMESTIBLE" ],
391391
"id": "brew_mead",
392392
"looks_like": "mead",
393-
"name": { "str_sp": "plain mead must" },
393+
"name": { "str_sp": "mead must" },
394394
"description": "Unfermented plain mead. Diluted honey and yeast. You need to put it in a fermenting vat to brew it.",
395395
"material": [ { "type": "water", "portion": 4 }, { "type": "honey", "portion": 1 } ],
396396
"weight": "34 g",

0 commit comments

Comments
 (0)