v2.5.2: fixed unintentional flying rat debug code and bumped version

This commit is contained in:
Evan Debenham
2024-09-17 13:08:52 -04:00
parent e38a30175e
commit a6b20c5c05
2 changed files with 1 additions and 3 deletions

View File

@@ -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

View File

@@ -36,8 +36,6 @@ public class Rat extends Mob {
HP = HT = 8;
defenseSkill = 2;
flying = true;
maxLvl = 5;
}