From 85c310e64ea941e9d7f7b9e8789e6ef99666f496 Mon Sep 17 00:00:00 2001 From: Chomp Date: Mon, 3 Jul 2023 17:35:15 +0100 Subject: [PATCH] Add quests --- QuestValidator.Common/Helpers/QuestNames.cs | 8 ++++++-- QuestValidator.Common/Helpers/QuestRequirements.cs | 5 ++++- QuestValidator.Common/Models/Quest.cs | 4 +++- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/QuestValidator.Common/Helpers/QuestNames.cs b/QuestValidator.Common/Helpers/QuestNames.cs index 2b00e3e..15f8368 100644 --- a/QuestValidator.Common/Helpers/QuestNames.cs +++ b/QuestValidator.Common/Helpers/QuestNames.cs @@ -337,7 +337,9 @@ namespace QuestValidator.Common.Helpers { Quest.Bloodhounds, "64764abcd125ab430a14ccb5" }, { Quest.Hint, "647710905320c660d91c15a5" }, { Quest.ImportantPatient, "641dbfd7f43eda9d810d7137"}, - { Quest.FailedSetup, "64916da7ad4e722c106f2345" } + { Quest.FailedSetup, "64916da7ad4e722c106f2345" }, + { Quest.Hustle, "649567f359eab30d1b7c9585"}, + { Quest.Tourist, "649570491bb4d158bc4d0168" } }; private static readonly Dictionary questNames = new Dictionary @@ -672,7 +674,9 @@ private static readonly Dictionary questNames = new Dictionary