Skip to content

Commit

Permalink
Merge branch '4.0.0-DEV' into file-system
Browse files Browse the repository at this point in the history
# Conflicts:
#	project/src/tools/HideoutCustomisation/HideoutCustomisationGen.ts
  • Loading branch information
Chomp committed Jan 9, 2025
2 parents 42a4b5c + 52aba88 commit c02c977
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 43 deletions.
3 changes: 1 addition & 2 deletions project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"gen:types": "tsc -p tsconfig.types.json",
"gen:docs": "typedoc --options ./typedoc.json --entryPointStrategy expand ./src",
"gen:items": "tsx ./src/tools/ItemTplGenerator/ItemTplGeneratorProgram.ts",
"gen:productionquests": "tsx ./src/tools/ProductionQuestsGen/ProductionQuestsGenProgram.ts",
"gen:customisationstorage": "tsx ./src/tools/HideoutCustomisation/HideoutCustomisationProgram.ts"
"gen:productionquests": "tsx ./src/tools/ProductionQuestsGen/ProductionQuestsGenProgram.ts"
},
"dependencies": {
"atomically": "2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion project/src/services/CircleOfCultistService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ export class CircleOfCultistService {
// Get all items that match the blacklisted types and fold into item blacklist below
const itemTypeBlacklist = this.itemFilterService.getItemRewardBaseTypeBlacklist();
const itemsMatchingTypeBlacklist = Object.values(itemsDb)
.filter((templateItem) => this.itemHelper.isOfBaseclasses(templateItem._parent, itemTypeBlacklist))
.filter((templateItem) => this.itemHelper.isOfBaseclasses(templateItem._id, itemTypeBlacklist))
.map((templateItem) => templateItem._id);

// Create set of unique values to ignore
Expand Down

This file was deleted.

0 comments on commit c02c977

Please sign in to comment.