Skip to content

Commit 652ebd0

Browse files
committed
Update for release
1 parent ae23c5a commit 652ebd0

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## Version 1.3.1
2+
* Basic patch for 2.2.0as
3+
14
## Version 1.2.10
25
* Mythic Abilities
36
* Abundant Casting

Repository.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Releases": [
33
{
44
"Id": "TabletopTweaks-Reworks",
5-
"Version": "1.2.10"
5+
"Version": "1.3.1"
66
}
77
]
88
}

TabletopTweaks-Reworks/Info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"Repository": "https://raw.githubusercontent.com/Vek17/TabletopTweaks-Reworks/master/Repository.json",
1111
"Requirements": [ "TabletopTweaks-Core-0.6.8" ],
1212
"LoadAfter": [ "TabletopTweaks-Core", "TabletopTweaks-Base" ],
13-
"Version": "1.2.10"
13+
"Version": "1.3.1"
1414
}

TabletopTweaks-Reworks/Patches/Azata.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ static void PatchAivu() {
345345
TTTContext.Logger.LogPatch(bp);
346346
});
347347
DragonAzataSpecialAbilityTierArea.TemporaryContext(bp => {
348-
bp.GetComponent<AbilityAreaEffectBuff>().m_Buff = DragonAzataHeroismEffect;
348+
//bp.GetComponent<AbilityAreaEffectBuff>().m_Buff = DragonAzataHeroismEffect;
349349
TTTContext.Logger.LogPatch(bp);
350350
});
351351

0 commit comments

Comments
 (0)