v0.6.3b: fixed visual bugs with sleeping icon
This commit is contained in:
@@ -291,7 +291,6 @@ public abstract class Mob extends Char {
|
||||
state = FLEEING;
|
||||
} else if (buff instanceof Sleep) {
|
||||
state = SLEEPING;
|
||||
this.sprite().showSleep();
|
||||
postpone( Sleep.SWS );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user