v0.3.3: changed EVIL propery to DEMONIC, implemented it

This commit is contained in:
Evan Debenham
2015-12-16 18:08:26 -05:00
parent 83b73c50ad
commit 108fd0085d
12 changed files with 23 additions and 25 deletions
@@ -73,6 +73,7 @@ public class Yog extends Mob {
properties.add(Property.BOSS);
properties.add(Property.IMMOVABLE);
properties.add(Property.DEMONIC);
}
private static final String TXT_DESC =
@@ -233,7 +234,7 @@ public class Yog extends Mob {
state = WANDERING;
properties.add(Property.BOSS);
properties.add(Property.UNDEAD);
properties.add(Property.DEMONIC);
}
@Override
@@ -326,6 +327,7 @@ public class Yog extends Mob {
state = WANDERING;
properties.add(Property.BOSS);
properties.add(Property.DEMONIC);
}
@Override
@@ -441,6 +443,8 @@ public class Yog extends Mob {
EXP = 0;
state = HUNTING;
properties.add(Property.DEMONIC);
}
@Override