v2.2.0: fixed ghost quest music playing when it shouldn't in rare cases

This commit is contained in:
Evan Debenham
2023-09-12 12:11:49 -04:00
parent 0afff0c7e7
commit 6810fd0044

View File

@@ -363,7 +363,7 @@ public class Ghost extends NPC {
}
public static boolean active(){
return given && !processed && depth == Dungeon.depth;
return spawned && given && !processed && depth == Dungeon.depth;
}
public static void complete() {