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
@@ -36,8 +36,6 @@ public class Rat extends Mob {
HP = HT = 8;
defenseSkill = 2;
flying = true;
maxLvl = 5;
}