Expose next sortie checklist detail
This commit is contained in:
@@ -13807,6 +13807,7 @@ export class CampScene extends Phaser.Scene {
|
||||
requiredRemainingCount: checklist.filter((item) => !item.complete && item.priority === 'required').length,
|
||||
recommendedRemainingCount: checklist.filter((item) => !item.complete && item.priority !== 'required').length,
|
||||
nextIncompleteLabel: nextIncomplete?.label ?? null,
|
||||
nextIncompleteDetail: nextIncomplete?.detail ?? null,
|
||||
nextIncompletePriority: nextIncomplete?.priority ?? null
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user