Night Owl, Genius Traits Trait Names
Does anyone happen to know the actual Trait Names for Night Owl and Genius?
I'd like to remove the Night Owl Trait but it seems to have a different name as with a few others such as Morning Sim (which you must actually use traits.remove_trait MorningPerson).
I've look all over and these seem to be the only two I can't find the way to remove them with remove trait, and Many, Many sites just list the names without spaces but that does not work on PS4 so I can only assume it's internal name is something else.
Genius can be removed by portion so that's not too big a deal, but I can't get rid of Night Owl for anything.
Hi @willprot
seems these traits have other traits that use the same string so you need to use the whole string and not just partial for them to work
In case of night owl, this would be: traits.remove_trait trait_NightOwl
(credits to TwistedMexi: https://twitter.com/TwistedMexi/status/1093902641606938629)