v0.6.3: fixed enemies not turning while out of view
This commit is contained in:
parent
bf280cc426
commit
0dd4c4b747
|
@ -276,6 +276,7 @@ public abstract class Mob extends Char {
|
||||||
sprite.move( from, to );
|
sprite.move( from, to );
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
|
sprite.turnTo(from, to);
|
||||||
sprite.place( to );
|
sprite.place( to );
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user