Skip to content

Commit

Permalink
Merge branch 'master' into adv-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jul 22, 2024
2 parents 53c8760 + 8ef0b6a commit 447417e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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

0 comments on commit 447417e

Please sign in to comment.