Skip to content

Commit 6f7480f

Browse files
Scavenger anvil desc fix (#82473)
* Update metalworking.json Co-authored-by: Sutremaine <[email protected]> * Update furniture-tools.json * Update construction_group.json --------- Co-authored-by: Sutremaine <[email protected]>
1 parent 8a8be6a commit 6f7480f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

data/json/construction_group.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,7 @@
15681568
{
15691569
"type": "construction_group",
15701570
"id": "place_anvil_scavenged",
1571-
"name": "Mount Scavenged Anvil"
1571+
"name": "Mount Scavenger's Anvil"
15721572
},
15731573
{
15741574
"type": "construction_group",

data/json/furniture_and_terrain/furniture-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
{
290290
"type": "furniture",
291291
"id": "f_anvil_scavenged",
292-
"name": "scavenged anvil",
292+
"name": "scavenger's anvil",
293293
"looks_like": "f_anvil",
294294
"description": "An old machinery part, cut and smoothed to make a serviceable anvil, and mounted to a heavy log stand.",
295295
"symbol": "^",

data/json/items/tool/metalworking.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"type": "ITEM",
9191
"subtypes": [ "TOOL" ],
9292
"name": { "str": "scavenger's anvil" },
93-
"description": "A portion of heavy steel machinery that has been smoothed and shaped to form a very adequate anvil.",
93+
"description": "A portion of heavy steel machinery that has been smoothed and shaped to form a very adequate anvil. If it were mounted onto a good solid log, it would be adequate for any task.",
9494
"//": "Represents any number of heavy machinery parts that serve this purpose.",
9595
"weight": "50 kg",
9696
"volume": "30 L",

0 commit comments

Comments
 (0)