v0.4.2: fixed a bug with loading and the shadows buff

This commit is contained in:
Evan Debenham 2016-09-02 01:26:55 -04:00
parent 7e3c7f44cd
commit 47f1c63df3

View File

@ -55,6 +55,7 @@ public class Shadows extends Invisibility {
public boolean attachTo( Char target ) {
if (super.attachTo( target )) {
Sample.INSTANCE.play( Assets.SND_MELD );
if (Dungeon.level != null)
Dungeon.observe();
return true;
} else {