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

Rename world_site.is_mountain_halls and world_site.is_fortress #791

Merged
merged 3 commits into from
Jul 20, 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
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Template for new versions:
# Future

## Structures
- ``world_site``: rename ``is_mountain_halls`` and ``is_fortress`` to Bay12 names ``min_depth`` and ``max_depth``

# 50.13-r3

Expand Down
4 changes: 2 additions & 2 deletions df.world-site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,8 @@

<compound name='location_death' type-name='location_deathst'/>

<int32_t name='is_mountain_halls' since='v0.40.01' comment='bay12: min_depth'/>
<int32_t name='is_fortress' since='v0.40.01' comment='bay12: max_depth'/>
<int32_t name='min_depth' since='v0.40.01' comment='compared to feature_init.end_depth'/>
<int32_t name='max_depth' since='v0.40.01' comment='compared to feature_init.start_depth'/>
<int32_t name='mined_hours' init-value='0' comment="only MountainHalls, but only subset of them"/>

<stl-vector name="architecture_change" pointer-type='site_architecture_changest' since='v0.40.01'/>
Expand Down