diff --git a/project/src/controllers/InventoryController.ts b/project/src/controllers/InventoryController.ts index 80c6728a..1a7d2d37 100644 --- a/project/src/controllers/InventoryController.ts +++ b/project/src/controllers/InventoryController.ts @@ -671,7 +671,7 @@ export class InventoryController } pmcProfile.Info.Experience += item._props.ExamineExperience; - pmcProfile.Encyclopedia[itemTpl] = true; + pmcProfile.Encyclopedia[itemTpl] = false; } // TODO: update this with correct calculation using values from globals json