fix: don't set G3/Zanuka death marks by default #1950

Merged
Sainan merged 1 commits from mark-fix into main 2025-05-01 13:55:02 -07:00
Showing only changes of commit 0952c5fc5b - Show all commits

View File

@ -1688,9 +1688,9 @@ const inventorySchema = new Schema<IInventoryDatabase, InventoryDocumentProps>(
//Like BossAladV,BossCaptainVor come for you on missions % chance
DeathMarks: { type: [String], default: [] },
//Zanuka
Harvestable: { type: Boolean, default: true },
Harvestable: Boolean,
//Grustag three
DeathSquadable: { type: Boolean, default: true },
DeathSquadable: Boolean,
EndlessXP: { type: [endlessXpProgressSchema], default: undefined },