v0.8.2d: re-final commit

This commit is contained in:
Evan Debenham 2020-08-29 21:22:39 -04:00
parent d0ba33cbb8
commit f024dc948e
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 462
appVersionCode = 464
appVersionName = '0.8.2d'
appJavaCompatibility = JavaVersion.VERSION_1_8

View File

@ -116,6 +116,7 @@ public class v0_8_X_Changes {
changes.addButton(new ChangeButton(new Image(Assets.Sprites.SPINNER, 144, 0, 16, 16), Messages.get(ChangesScene.class, "bugfixes"),
"Fixed (caused by v0.8.2c):\n" +
"_-_ Evil eyes unintentionally dealing 0 damage\n" +
"_-_ Piranhas dodging less than intended\n" +
"_-_ Rare crash/freeze bugs caused by changes to container functionality\n\n" +
"Fixed (caused by v0.8.2):\n" +
"_-_ Wand of fireblast opening doors out of its reach\n\n" +