v0.6.1: adjusted when searching and observing occurs
This commit is contained in:
parent
13f8bf3d60
commit
a4f2987cdf
|
@ -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() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user