Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vek17 committed Mar 9, 2023
1 parent a32c549 commit e16c3e2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 2.5.1a
* Fixes
* Holy Beast
* Divine Fury should now properly have its bonus increase with level ups.

## Version 2.5.1a
* Fixes
* Blessed Claws now qualifies for shifter's edge.
Expand Down
2 changes: 1 addition & 1 deletion TabletopTweaks-Base/Info.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"Repository": "https://raw.githubusercontent.com/Vek17/TabletopTweaks-Base/master/Repository.json",
"Requirements": [ "TabletopTweaks-Core-0.5.10" ],
"LoadAfter": [ "TabletopTweaks-Core" ],
"Version": "2.5.1a"
"Version": "2.5.1b"
}
1 change: 1 addition & 0 deletions TabletopTweaks-Base/NewContent/Archetypes/HolyBeast.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ public static void AddHolyBeast() {
"She gains the ranger’s favored enemy class feature against outsiders except the bonus starts at 1 instead of 2. " +
"The bonus against her favored enemy automatically increases by 1 at 5th level and every 5 levels thereafter.");
bp.m_Icon = FavoriteEnemyOutsider.m_Icon;
bp.Ranks = 5;
bp.AddComponent<FavoredEnemyTTT>(c => {
c.m_CheckedFacts = new BlueprintUnitFactReference[] {
OutsiderType,
Expand Down

0 comments on commit e16c3e2

Please sign in to comment.