diff --git a/data/json/items/melee/swords_and_blades.json b/data/json/items/melee/swords_and_blades.json index d9439ae330a51..c790ce39a0c04 100644 --- a/data/json/items/melee/swords_and_blades.json +++ b/data/json/items/melee/swords_and_blades.json @@ -223,7 +223,7 @@ "name": { "str": "makeshift knife", "str_pl": "makeshift knives" }, "description": "A knife consisting of a long, somewhat sharpened, spike and a tightly wrapped rag as a handle. It makes a good melee weapon.", "weight": "550 g", - "volume": "500 ml", + "volume": "251 ml", "price": 0, "to_hit": -1, "bashing": 2, diff --git a/data/json/recipes/recipe_others.json b/data/json/recipes/recipe_others.json index 95e4643077fdb..41efe788769d5 100644 --- a/data/json/recipes/recipe_others.json +++ b/data/json/recipes/recipe_others.json @@ -1369,7 +1369,7 @@ "reversible": true, "autolearn": true, "qualities": [ { "id": "HAMMER", "level": 1 } ], - "components": [ [ [ "steel_chunk", 2 ], [ "scrap", 5 ] ] ] + "components": [ [ [ "steel_chunk", 1 ] ] ] }, { "type": "recipe",