v1.4.0: fixed turn spending errors with items and full inventory

This commit is contained in:
Evan Debenham
2022-10-01 01:58:49 -04:00
parent e554ad73e2
commit 51c9c5aa2b
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ allprojects {
appName = 'Shattered Pixel Dungeon' appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon' appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
appVersionCode = 658 appVersionCode = 659
appVersionName = '1.4.0-BETA-3' appVersionName = '1.4.0-BETA-3'
appJavaCompatibility = JavaVersion.VERSION_1_8 appJavaCompatibility = JavaVersion.VERSION_1_8

View File

@@ -917,7 +917,7 @@ public class Hero extends Char {
GLog.n(Messages.capitalize(Messages.get(this, "you_cant_have", item.name()))); GLog.n(Messages.capitalize(Messages.get(this, "you_cant_have", item.name())));
} }
next(); ready();
} }
} else { } else {
ready(); ready();