diff --git a/Changelog.txt b/Changelog.txt index d92d2eb..47135e6 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,10 @@ +**v0.9.2 Encumbrance fix** +**MINOR CHANGES:** +Made encumbrance bar more efficient. (Azarvel) + +**BUG FIXES:** +Encumbrance was not calculating properly. (Azarvel and THA) + **v0.9.1 A few bugs** **BUG FIXES:** Fixed Shield overriding AC. (Azarvel) diff --git a/package/acks-v0.9.2.zip b/package/acks-v0.9.2.zip new file mode 100644 index 0000000..94e04b6 Binary files /dev/null and b/package/acks-v0.9.2.zip differ diff --git a/src/system.json b/src/system.json index c4ce2c5..967c302 100644 --- a/src/system.json +++ b/src/system.json @@ -2,7 +2,7 @@ "name": "acks", "title": "Adventurer Conqueror King System", "description": "Play B/X or other OSR compatible content using the ACKS system", - "version": "0.9.1", + "version": "0.9.2", "minimumCoreVersion": "9.0", "compatibleCoreVersion": "9.269", "templateVersion": 2,