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