From f024dc948e314290ff284cd824648f53b77eafd4 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Sat, 29 Aug 2020 21:22:39 -0400 Subject: [PATCH] v0.8.2d: re-final commit --- build.gradle | 2 +- .../shatteredpixeldungeon/ui/changelist/v0_8_X_Changes.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1b6ab49cc..f958cc992 100644 --- a/build.gradle +++ b/build.gradle @@ -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 diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v0_8_X_Changes.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v0_8_X_Changes.java index b461c366d..ff2fe86b9 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v0_8_X_Changes.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v0_8_X_Changes.java @@ -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" +