Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make dry stone wall an obstacle and fix its description #77936

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading