V0.2.0c : Corrected numerous bugs with Scroll of Lullaby

This commit is contained in:
Evan Debenham
2014-09-22 20:01:58 -04:00
parent eaf2fcf81b
commit 5807c17059
5 changed files with 33 additions and 28 deletions
@@ -368,7 +368,7 @@ public abstract class Char extends Actor {
sprite.showStatus( CharSprite.NEGATIVE, "bleeding" );
} else if (buff instanceof Sleep || buff instanceof MagicalSleep) {
} else if (buff instanceof Sleep) {
sprite.idle();
}