static void Postfix(Pawn __result)
 {
     if (Rand.Chance(0.45f))
     {
         if (__result != null)
         {
             QuestsHandler.TryGiveRandomQuestsTo(__result, 1, 2);
         }
     }
 }