fixed bug in p2.880

This commit is contained in:
LingASDJ 2022-12-05 15:37:55 +08:00
parent e5a1b87fb7
commit 72f5ca322d
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -36,3 +36,4 @@ desktop/hs_err_pid7460.log
desktop/replay_pid17852.log
desktop/replay_pid21216.log
desktop/replay_pid7460.log
core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/HeroClass$1.smali

View File

@ -16,8 +16,8 @@ allprojects {
appName = 'Magic Ling Pixel Dungeon'
appPackageName = 'com.ansdomagiclingpixeldungeon.ling'
appVersionCode =700722
appVersionName = '0.6.0.0-Beta21-p2.875'
appVersionCode =700723
appVersionName = '0.6.0.0-Beta21-p2.880'
appJavaCompatibility = JavaVersion.VERSION_1_8

View File

@ -273,7 +273,7 @@ public enum HeroClass {
new ScrollOfUpgrade().quantity(1).identify().collect();
//new IndexBooks().quantity(1).identify().collect();
if (!Challenges.isItemBlocked(i)) i.collect();
new PotionOfLightningShiledX().quantity(3).identify().collect();
new ScrollOfIdentify().identify();
new VelvetPouch().collect();