v0.6.1a: fixed the hero passively searching when not acting
This commit is contained in:
parent
2f062aeb9c
commit
4c38519f6a
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user