From 1c0faaa4c56bd6bffa5b2353afbba0624d40fb21 Mon Sep 17 00:00:00 2001
From: Chomp <jr@spt.com>
Date: Tue, 28 Sep 2021 20:15:18 +0100
Subject: [PATCH] More quests

---
 QuestValidator.Common/Models/Quest.cs | 34 +++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/QuestValidator.Common/Models/Quest.cs b/QuestValidator.Common/Models/Quest.cs
index 8a97bfe..e9b70d0 100644
--- a/QuestValidator.Common/Models/Quest.cs
+++ b/QuestValidator.Common/Models/Quest.cs
@@ -198,5 +198,39 @@
         TextileP2 = 193,
         BunkerP1 = 194,
         BunkerP2 = 195,
+        Anesthesia = 196,
+        HuntsmanPathSadist = 197,
+        ColleaguesP1 = 198,
+        ColleaguesP2 = 199,
+        ColleaguesP3 = 200,
+        RiggedGame = 201,
+        Samples = 202,
+        TerraGroupEmployee = 203,
+        TheChemistryCloset = 204,
+        SearchMission = 205,
+        Hunter = 206,
+        Revision = 207,
+        PestControl = 208,
+        BackDoor = 209,
+        SafeCorridor = 210,
+        InventoryCheck = 211,
+        FuelMatter = 212,
+        NoPlaceForRenegades = 213,
+        DiseaseHistory = 214,
+        Documents = 215,
+        SurplusGoods = 216,
+        ExperienceExchange = 217,
+        LongLine = 218,
+        Booze = 219,
+        HuntsmanPathRelentless = 220,
+        SwiftOne = 221,
+        TheChoice = 222,
+        NightSweep = 223,
+        Intimidator = 224,
+        Crisis = 225,
+        CapturingOutposts = 226,
+        Escort = 227,
+        Calibration = 228,
+        MutualInterest = 229,
     }
 }