diff --git a/project/src/controllers/HideoutController.ts b/project/src/controllers/HideoutController.ts index af7835ea..4fd046ec 100644 --- a/project/src/controllers/HideoutController.ts +++ b/project/src/controllers/HideoutController.ts @@ -1250,6 +1250,10 @@ export class HideoutController { pmcData: IPmcData, request: IHideoutCircleOfCultistProductionStartRequestData, ): IItemEventRouterResponse | PromiseLike { + // TODO + // Find items that have been sacrificed in player inventory + // Delete items from inventory + throw new Error("Method not implemented."); }