mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Improve comments
This commit is contained in:
parent
69d1a319aa
commit
0c0f48b93a
BIN
project/assets/database/loot/staticContainers.json
(Stored with Git LFS)
BIN
project/assets/database/loot/staticContainers.json
(Stored with Git LFS)
Binary file not shown.
@ -23,12 +23,12 @@ export class AssortHelper
|
|||||||
{ }
|
{ }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Remove assorts from a trader that have not been unlocked yet
|
* Remove assorts from a trader that have not been unlocked yet (via player completing corrisponding quest)
|
||||||
* @param pmcProfile player profile
|
* @param pmcProfile Player profile
|
||||||
* @param traderId traders id the assort belongs to
|
* @param traderId Traders id the assort belongs to
|
||||||
* @param traderAssorts All assort items from same trader
|
* @param traderAssorts All assort items from same trader
|
||||||
* @param mergedQuestAssorts Dict of quest assort to quest id unlocks for all traders
|
* @param mergedQuestAssorts Dict of quest assort to quest id unlocks for all traders
|
||||||
* @returns assort items minus locked quest assorts
|
* @returns Assort items minus locked quest assorts
|
||||||
*/
|
*/
|
||||||
public stripLockedQuestAssort(pmcProfile: IPmcData, traderId: string, traderAssorts: ITraderAssort, mergedQuestAssorts: Record<string, Record<string, string>>, flea = false): ITraderAssort
|
public stripLockedQuestAssort(pmcProfile: IPmcData, traderId: string, traderAssorts: ITraderAssort, mergedQuestAssorts: Record<string, Record<string, string>>, flea = false): ITraderAssort
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user