v1.2.2: re-final commit

This commit is contained in:
Evan Debenham 2022-04-07 19:22:19 -04:00
parent 9c92ab8154
commit fc7782c92d
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 618
appVersionCode = 622
appVersionName = '1.2.2'
appJavaCompatibility = JavaVersion.VERSION_1_8

View File

@ -104,6 +104,7 @@ public class v1_X_Changes {
"_-_ Various minor visual bugs\n" +
"_-_ Ring of might health boost not being affected by lost inventory debuff\n" +
"_-_ Cases where ghoul sprites could become glitched\n" +
"_-_ Items that spawn identified counting as being IDed by the player\n" +
"_-_ Cases where heroic energy talent would use the wrong name/icon\n" +
"_-_ Curse status of quickslot items not showing in rankings\n" +
"_-_ Some sources of artifact recharging affecting cursed artifacts\n" +