v3.2.0: added an extra check on imp question completion logic
This commit is contained in:
committed by
Evan Debenham
parent
f90665e2eb
commit
00865ceeb5
@@ -276,7 +276,7 @@ public class Imp extends NPC {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static boolean isCompleted() {
|
public static boolean isCompleted() {
|
||||||
return completed;
|
return spawned && completed;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user