v0.3.0: made some changes to EXP earning logic, reworked the warlock, added a level cap at level 30, buffed the potion of experience a bit.
This commit is contained in:
@@ -67,7 +67,7 @@ public abstract class Mob extends Char {
|
||||
protected int defenseSkill = 0;
|
||||
|
||||
protected int EXP = 1;
|
||||
protected int maxLvl = 30;
|
||||
protected int maxLvl = Hero.MAX_LEVEL;
|
||||
|
||||
protected Char enemy;
|
||||
protected boolean enemySeen;
|
||||
|
||||
Reference in New Issue
Block a user