v1.4.0: fixed turn spending errors with items and full inventory
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user