Sorry, just reminded me of a bug I had a hard time tracking down where the platypus was taking a mysterious -2 penalty to will saves, which I eventually discovered to be because their very low CR caused them to calculate as having 0 Honor points, which was applying the dishonored penalties to themselves. This was years ago, but it was sufficiently annoying that it stuck with me. I even made note of it in the code to fix the problem.
Code:
~some NPCs have CR low enough that they end up with 0 base honor. If we
~have CR less than 1/4 then we are probably a platypus. Platapy have no
~Honor!