Hello,
I am aware that the deviant trait cannot be learned in current versions if I understand what I read in this forum.
However in sexuals.gd I can find:
if action.tags.find("degrading") >= 0 && slave.traits.find("Deviant") < 0 && (rand_range(0,1) >= 0.8 || slave.effects.has('entranced') == true):
slave.add_trait("Deviant")
counter += 1
So there might be a way to get the deviant trait by adding the "degrading" tag to some action tags.
Anyone know which file to edit for that?
Thanks in advance!