Attempts to fix loot bugs

This commit is contained in:
CharonInferar
2014-05-04 01:31:00 +02:00
parent 5e4062ae38
commit 43d1bd5ea4
7 changed files with 84 additions and 22 deletions
+2 -1
View File
@@ -229,7 +229,8 @@ public class AIActor {
}
public void doStateAction(byte result) {
CreatureObject creature = this.getCreature();
System.out.println("AI creature.getPosture() " + creature.getPosture() + " result " + result + " getCurrentState " + getCurrentState().getClass().getName());
switch(result) {
case StateResult.DEAD: