Skip to content

Commit

Permalink
feat: Allow field stone walls to be climable and support roofs (catac…
Browse files Browse the repository at this point in the history
…lysmbnteam#5280)

* Justice for field stone walls

* style(autofix.ci): automated formatting

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
RobbieNeko and autofix-ci[bot] authored Aug 30, 2024
1 parent 26f58b6 commit a768e8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/json/furniture_and_terrain/terrain-walls.json
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,7 @@
"move_cost": 0,
"coverage": 100,
"roof": "t_flat_roof",
"flags": [ "NOITEM", "WALL", "NO_SCENT", "AUTO_WALL_SYMBOL", "MINEABLE", "BLOCK_WIND" ],
"flags": [ "NOITEM", "WALL", "NO_SCENT", "AUTO_WALL_SYMBOL", "MINEABLE", "BLOCK_WIND", "SUPPORTS_ROOF", "CLIMBABLE" ],
"connects_to": "WALL",
"bash": {
"str_min": 50,
Expand Down
2 changes: 1 addition & 1 deletion doc/src/content/docs/en/i18n/reference/edge_cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Cataclysm: BN has more than 46,000 translatable strings (last updated at 2023-09
be discouraged. The more translators there are, the easier it becomes!

[^1]: Transifex API does not expose a public endpoint (at least without bearer token), so we were
unable to update the number automatically.)
unable to update the number automatically.)
2 changes: 1 addition & 1 deletion doc/src/content/docs/ko/i18n/reference/edge_cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Cataclysm:BN 에는 47,000개 이상의 번역 가능한 문자열이 있고(마
바랍니다!

[^1]: (transifex API는 공개 엔드포인트를 노출하지 않기 때문에(적어도 Bearer Token이 없으면), 저희는
번호를 자동으로 업데이트할 수 없습니다.)
번호를 자동으로 업데이트할 수 없습니다.)

0 comments on commit a768e8a

Please sign in to comment.