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'
|
||||
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
|
||||
|
||||
appVersionCode = 796
|
||||
appVersionCode = 797
|
||||
appVersionName = '2.5.2'
|
||||
|
||||
appJavaCompatibility = JavaVersion.VERSION_1_8
|
||||
|
||||
@@ -36,8 +36,6 @@ public class Rat extends Mob {
|
||||
HP = HT = 8;
|
||||
defenseSkill = 2;
|
||||
|
||||
flying = true;
|
||||
|
||||
maxLvl = 5;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user