fix: don't set G3/Zanuka death marks by default
All checks were successful
Build / build (pull_request) Successful in 1m37s
Build / build (push) Successful in 1m43s

This commit is contained in:
Sainan 2025-05-01 14:05:39 +02:00
parent 8eefd67d79
commit 0952c5fc5b

View File

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