v0.4.2: fixed a bug with loading and the shadows buff
This commit is contained in:
parent
7e3c7f44cd
commit
47f1c63df3
|
@ -55,7 +55,8 @@ public class Shadows extends Invisibility {
|
||||||
public boolean attachTo( Char target ) {
|
public boolean attachTo( Char target ) {
|
||||||
if (super.attachTo( target )) {
|
if (super.attachTo( target )) {
|
||||||
Sample.INSTANCE.play( Assets.SND_MELD );
|
Sample.INSTANCE.play( Assets.SND_MELD );
|
||||||
Dungeon.observe();
|
if (Dungeon.level != null)
|
||||||
|
Dungeon.observe();
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user