You missed two lines just above that shows the blockenslave on Celeste and Erica. And yes only Skye and Felix so I was only partly wrong. Felix and Skye have status 5 using the console with automod Felix.status for example showed he is 5.
And you can enslave mercs now.
You must be registered to see the links
The MC can now enslave mercenaries (and some paragons) by convincing them to sign an indentured servanthood contract (Talk>Affect>Enslave). While the roll is extremely difficult to succeed, trying to persuade high-Respect, high-Affection, high-Corruption NPCs when Ikaanos is affected by low Prosperity/Control will turn a lot of factors to your favor.
A mercenary/paragon that enters slavery immediately loses his salary.
Code:
<<if _npc.girlid is 218 or _npc.girlid is 217>><<set _blockenslave to true>><</if>>
<<if _npc.status is 3 and _npc.enslave isnot true and _blockenslave isnot true>>[[Enslave|Talk][$action to 13]]<</if>>
<<if _npc.status is 5 and (_npc.girlid is 40 or _npc.girlid is 34)>><<set _parok to true>><</if>>
<<if _npc.enslave isnot true and (_npc.status is 4 or _parok is true)>>
[[Enslave|Talk][$action to 16]]