v0.6.1a: fixed the hero passively searching when not acting
This commit is contained in:
@@ -478,7 +478,6 @@ public class Hero extends Char {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
search( false );
|
|
||||||
checkVisibleMobs();
|
checkVisibleMobs();
|
||||||
if (!resting || buff(MindVision.class) != null || buff(Awareness.class) != null) {
|
if (!resting || buff(MindVision.class) != null || buff(Awareness.class) != null) {
|
||||||
Dungeon.observe();
|
Dungeon.observe();
|
||||||
@@ -496,6 +495,8 @@ public class Hero extends Char {
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
search( false );
|
||||||
|
|
||||||
resting = false;
|
resting = false;
|
||||||
|
|
||||||
ready = false;
|
ready = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user