Merging Source v1.7.2: actor changes

This commit is contained in:
Evan Debenham
2014-10-20 23:51:15 -04:00
parent 724338b57f
commit 4a49763309
30 changed files with 980 additions and 682 deletions
@@ -62,7 +62,7 @@ public class Yog extends Mob {
EXP = 50;
state = State.PASSIVE;
state = PASSIVE;
}
private static final String TXT_DESC =
@@ -193,7 +193,7 @@ public class Yog extends Mob {
EXP = 0;
state = State.WANDERING;
state = WANDERING;
}
public RottingFist() {
@@ -286,7 +286,7 @@ public class Yog extends Mob {
EXP = 0;
state = State.WANDERING;
state = WANDERING;
}
public BurningFist() {
@@ -404,7 +404,7 @@ public class Yog extends Mob {
EXP = 0;
state = State.HUNTING;
state = HUNTING;
}
@Override