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:
Evan Debenham
2015-04-20 02:03:54 -04:00
parent ea35ab544b
commit f844ee05d4
4 changed files with 60 additions and 25 deletions
@@ -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;