v0.6.1: adjusted when searching and observing occurs

This commit is contained in:
Evan Debenham 2017-07-04 22:28:57 -04:00
parent 13f8bf3d60
commit a4f2987cdf

View File

@ -471,8 +471,9 @@ public class Hero extends Char {
return false; return false;
} }
search( false );
checkVisibleMobs(); checkVisibleMobs();
Dungeon.observe();
if (curAction == null) { if (curAction == null) {
@ -1428,12 +1429,6 @@ public class Hero extends Char {
} }
} }
@Override
public void onMotionComplete() {
Dungeon.observe();
search( false );
}
@Override @Override
public void onAttackComplete() { public void onAttackComplete() {