v1.1.0: fixed unintentionally committed debug code on ghost quest

This commit is contained in:
Evan Debenham 2021-12-05 13:06:41 -05:00
parent d83ff00419
commit e606956911

View File

@ -354,7 +354,7 @@ public class Ghost extends NPC {
} }
public static boolean completed(){ public static boolean completed(){
return true; return processed() && weapon == null && armor == null;
} }
} }
} }