v0.6.1: adjusted when searching and observing occurs
This commit is contained in:
@@ -471,8 +471,9 @@ public class Hero extends Char {
|
||||
return false;
|
||||
}
|
||||
|
||||
search( false );
|
||||
checkVisibleMobs();
|
||||
|
||||
Dungeon.observe();
|
||||
|
||||
if (curAction == null) {
|
||||
|
||||
@@ -1428,12 +1429,6 @@ public class Hero extends Char {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onMotionComplete() {
|
||||
Dungeon.observe();
|
||||
search( false );
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onAttackComplete() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user