v2.5.2: fixed unintentional flying rat debug code and bumped version
This commit is contained in:
@@ -20,7 +20,7 @@ allprojects {
|
|||||||
appName = 'Shattered Pixel Dungeon'
|
appName = 'Shattered Pixel Dungeon'
|
||||||
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
|
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
|
||||||
|
|
||||||
appVersionCode = 796
|
appVersionCode = 797
|
||||||
appVersionName = '2.5.2'
|
appVersionName = '2.5.2'
|
||||||
|
|
||||||
appJavaCompatibility = JavaVersion.VERSION_1_8
|
appJavaCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
|||||||
@@ -36,8 +36,6 @@ public class Rat extends Mob {
|
|||||||
HP = HT = 8;
|
HP = HT = 8;
|
||||||
defenseSkill = 2;
|
defenseSkill = 2;
|
||||||
|
|
||||||
flying = true;
|
|
||||||
|
|
||||||
maxLvl = 5;
|
maxLvl = 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user