Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
KSneijders committed May 25, 2024
2 parents b619b94 + 8e5b990 commit 0e3d6f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions AoE2ScenarioRms/util/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def get_object_consts_by_clear_options(clear: ObjectClear) -> List[int]:
UnitInfo.LION.ID,
UnitInfo.SNOW_LEOPARD.ID,
UnitInfo.CROCODILE.ID,
UnitInfo.BEAR.ID,
])

if ObjectClear.RELICS in clear:
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## 0.2.21 - 2024-May-25

### Fixed

- `UnitInfo.BEAR.ID` missing from the list when clearing with `ObjectClear.WOLFS`

---

## 0.2.20 - 2024-May-25

### Fixed
Expand Down

0 comments on commit 0e3d6f7

Please sign in to comment.