v1.1.0: fixed unintentionally committed debug code on ghost quest
This commit is contained in:
+1
-1
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user