V0.1.1: fixed bugs and cleaned up some effects.

This commit is contained in:
Evan Debenham
2014-08-14 22:26:58 -04:00
parent 94591b7d32
commit faa9140e05
7 changed files with 27 additions and 12 deletions
@@ -294,10 +294,6 @@ public abstract class Mob extends Char {
} else if (buff instanceof Terror) {
state = State.FLEEING;
} else if (buff instanceof Sleep || buff instanceof MagicalSleep) {
if (sprite != null) {
//new Flare( 4, 32 ).color( 0x44ffff, true ).show( sprite, 2f ) ;
this.sprite().showSleep();
}
state = State.SLEEPING;
this.sprite().showSleep();
postpone( Sleep.SWS );