diff --git a/data/json/furniture_and_terrain/terrain-walls.json b/data/json/furniture_and_terrain/terrain-walls.json index 70260d8db03e4..853841176ad84 100644 --- a/data/json/furniture_and_terrain/terrain-walls.json +++ b/data/json/furniture_and_terrain/terrain-walls.json @@ -2018,12 +2018,13 @@ "id": "t_drystone_wall_half", "looks_like": "t_rock_wall_half", "name": "field stone half-wall", - "description": "A sturdy, half-height, dry stone wall. Just rocks fitted together without mortar. Looks pretty good as-is, but with extensive work it could be doubled in height.", + "description": "A sturdy, half-height, dry stone wall. Just rocks fitted together without mortar.", "symbol": "#", "color": "light_gray", - "move_cost": 4, + "move_cost": 0, "coverage": 60, - "flags": [ "TRANSPARENT", "NOITEM", "REDUCE_SCENT", "MOUNTABLE", "MINEABLE" ], + "examine_action": "chainfence", + "flags": [ "TRANSPARENT", "NOITEM", "REDUCE_SCENT", "MOUNTABLE", "MINEABLE", "THIN_OBSTACLE", "CLIMBABLE", "BURROWABLE" ], "connect_groups": "WALL", "connects_to": "WALL", "bash": { diff --git a/data/json/items/tool/cooking.json b/data/json/items/tool/cooking.json index 8494aafe39917..4c4c24e812aa8 100644 --- a/data/json/items/tool/cooking.json +++ b/data/json/items/tool/cooking.json @@ -249,7 +249,7 @@ "type": "GENERIC", "category": "tools", "name": { "str": "clay pot" }, - "description": "A crude clay pot with a lid, used for cooking.", + "description": "A crude clay pot used for cooking.", "weight": "480 g", "volume": "2100 ml", "price": "25 USD",