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;
|
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() {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user