Release 1.10.5.0 - Autumn Update 2025
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
{
|
||||
partial class GoToMission : Mission
|
||||
{
|
||||
public override bool DisplayAsCompleted => State >= Prefab.MaxProgressState;
|
||||
public override bool DisplayAsCompleted =>
|
||||
State >= Prefab.MaxProgressState &&
|
||||
//if there's some additional check for completion, don't display as completed until we've checked it and set the mission as completed
|
||||
(Completed || completeCheckDataAction == null);
|
||||
public override bool DisplayAsFailed => false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user