diff --git a/mod_hardened/documentation.txt b/mod_hardened/documentation.txt index 6335116..8a9ee94 100644 --- a/mod_hardened/documentation.txt +++ b/mod_hardened/documentation.txt @@ -31,6 +31,14 @@ This submod is a collection of changes to Reforged that I suggested internally t # Changes: +0.3.16 + - fix hitchance preview not showing up + - fix dodge description not showing up + - fix goblin wolfrider sometimes freezing the game when they die + - fix stab being falsely discounted from dagger mastery + - fix glitch when enemies throw throwing spears + - fix crash when reloading a crossbow + 0.3.15 - **King of all Weapons** has been completely reworked. It's now called **Spear Flurry**. It makes it so all spear attacks cost 0 Fatigue but it reduces the damage dealt by 10% while a spear is equipped. - **Swift Stabs** has been completely reworked. It's now called **Hit and Run**. It makes it so all dagger attacks can be used at 2 tiles and will move the user one tile closer before the attack. When the attack hits the enemy, the user is moved back to the original tile. diff --git a/scripts/!mods_preload/main_hardened.nut b/scripts/!mods_preload/main_hardened.nut index f465977..e48de52 100644 --- a/scripts/!mods_preload/main_hardened.nut +++ b/scripts/!mods_preload/main_hardened.nut @@ -1,7 +1,7 @@ ::Hardened <- { ID = "mod_hardened", Name = "Hardened", - Version = "0.3.15", + Version = "0.3.16", GitHubURL = "https://github.com/Darxo/Hardened", }