It seems to work, but it blocks new base game content. My quick look tells me it's overwriting some stuff from the new Office Babes integration.Npc Spy still works. I have been using it.
You need to insert the following into the npc screen update passage in the mod to match the base game.
Code:
{
(if: $npc contains "type")
[
(if: ($items contains "coworker address book") and ($npc's "type" is "coworker"))
[
(display:"conquests book emoji npc display")
]
]
}