Skip to content

Commit

Permalink
Release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
Vek17 committed Sep 8, 2024
1 parent 807a60a commit ed8cf2e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Version 2.6.8
* Fixes
* It is now possible to full attack with a ranged weapon after moving while mounted.
* Fixed an issue with Fused Spells AoE targeting not working in all cases.
* Fixed issues where targeting restrictions of spells were sometimes ignored.
* UI
* Updated enchantment UI in tooltips to better display sources.

Expand Down
2 changes: 1 addition & 1 deletion Repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Releases": [
{
"Id": "TabletopTweaks-Base",
"Version": "2.6.7"
"Version": "2.6.8"
}
]
}
1 change: 1 addition & 0 deletions TabletopTweaks-Base/Bugfixes/Abilities/Spells.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1035,6 +1035,7 @@ static void PatchSongsOfSteel() {
var SongsOfSteelBuff = BlueprintTools.GetBlueprint<BlueprintBuff>("6867deda1eda183499ae61813c2f5ebb");
SongsOfSteelBuff.TemporaryContext(bp => {
bp.RemoveComponents<AddInitiatorAttackWithWeaponTrigger>();
bp.RemoveComponents<AdditionalDiceOnAttack>();
bp.AddComponent<AddAdditionalWeaponDamageOnHit>(c => {
c.OnlyOnFirstHit = true;
c.DamageType = new DamageTypeDescription() {
Expand Down
2 changes: 1 addition & 1 deletion TabletopTweaks-Base/Info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Id": "TabletopTweaks-Base",
"ManagerVersion": "0.23.0",
"Repository": "https://raw.githubusercontent.com/Vek17/TabletopTweaks-Base/master/Repository.json",
"Requirements": [ "TabletopTweaks-Core-0.7.6" ],
"Requirements": [ "TabletopTweaks-Core-0.7.7" ],
"LoadAfter": [ "TabletopTweaks-Core" ],
"Version": "2.6.8"
}

0 comments on commit ed8cf2e

Please sign in to comment.