Skip to content

Commit

Permalink
Merge pull request #77936 from NetSysFire/dry-stone-wall-obstacle
Browse files Browse the repository at this point in the history
make dry stone wall an obstacle and fix its description
  • Loading branch information
Maleclypse authored Nov 19, 2024
2 parents c4a030c + a95c06b commit 9e35daa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions data/json/furniture_and_terrain/terrain-walls.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/tool/cooking.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9e35daa

Please sign in to comment.