Skip to content

Commit

Permalink
refactor: bump version to 0.15.2 and document changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Darxo committed Nov 17, 2024
1 parent d07c322 commit 47db8bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions mod_hardened/documentation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@ This will unbrick your end-of-combat screen, if it doesnt show

# Changes:

0.15.2
- Update **Lone Wolf** description to reflect changes made in 0.15.0
- Fix **Bullseye** not working at 2 tile range when an ally is blocking Line of Sight
- Fix crash when last hitting an enemy while havving **Offhand Training** perk

0.15.1
- Fix NPCs with dismantle freezing the game during battles
- Fix named shields not mirroring the skills from their base version
Expand Down
2 changes: 1 addition & 1 deletion scripts/!mods_preload/main_hardened.nut
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
::Hardened <- {
ID = "mod_hardened",
Name = "Hardened",
Version = "0.15.1",
Version = "0.15.2",
GitHubURL = "https://github.com/Darxo/Hardened",
Temp = {}, // Used to globally store variables between function calls to implement more advanced, albeit hacky behavior
Const = {},
Expand Down

0 comments on commit 47db8bc

Please sign in to comment.