This commit is contained in:
parent
c0c3fae6b2
commit
9adde599b6
@ -39,7 +39,7 @@ export const completeAllMissionsController: RequestHandler = async (req, res) =>
|
|||||||
let syndicate = inventory.Affiliations.find(x => x.Tag == "CetusSyndicate");
|
let syndicate = inventory.Affiliations.find(x => x.Tag == "CetusSyndicate");
|
||||||
if (!syndicate) {
|
if (!syndicate) {
|
||||||
syndicate =
|
syndicate =
|
||||||
inventory.Affiliations[inventory.Affiliations.push({ Tag: "CetusSyndicate", Standing: 250, Title: 0 })]; // Getting standing avoids Konzu's "prove yourself" text. 250 is identical to newbie bounty + bonus
|
inventory.Affiliations[inventory.Affiliations.push({ Tag: "CetusSyndicate", Standing: 250, Title: 0 })]; // Non-zero standing avoids Konzu's "prove yourself" text. 250 is identical to newbie bounty + bonus
|
||||||
}
|
}
|
||||||
await inventory.save();
|
await inventory.save();
|
||||||
res.end();
|
res.end();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user