v0.6.3b: fixed visual bugs with sleeping icon

This commit is contained in:
Evan Debenham 2018-02-28 22:10:39 -05:00
parent 4f654f1bec
commit 65c90e222a

View File

@ -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 );
}
}