Quote Originally Posted by player1
You could always mod vices and virtues.

Find in export_descr_character_traits.txt (from data folder):

Code:
Trigger disinherited
    WhenToTest CeasedFactionHeir

    Condition not Trait Exheir = 1
          and not IsFactionLeader

    Affects Exheir  2  Chance  100
Change Exheir value to 1, so that it only loses Hair bonus, but not gains disinherited trait.

This is great information. Thanks!