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;
|
state = FLEEING;
|
||||||
} else if (buff instanceof Sleep) {
|
} else if (buff instanceof Sleep) {
|
||||||
state = SLEEPING;
|
state = SLEEPING;
|
||||||
this.sprite().showSleep();
|
|
||||||
postpone( Sleep.SWS );
|
postpone( Sleep.SWS );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user