fixed bug in p2.880
This commit is contained in:
parent
e5a1b87fb7
commit
72f5ca322d
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user