mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
From testing, inspecting an item sets value to false, not true
This commit is contained in:
parent
fd55727054
commit
8a78e074a4
@ -671,7 +671,7 @@ export class InventoryController
|
|||||||
}
|
}
|
||||||
|
|
||||||
pmcProfile.Info.Experience += item._props.ExamineExperience;
|
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
|
// TODO: update this with correct calculation using values from globals json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user