This pr fix following issues:
TargetPronouns
is left as-is in dialogs. For example, DestinationCharacterName AssetName starts teasing TargetPronouns lightly.
would results in SomeOne's vibrating egg starts teasing TargetPronouns lightly.
PronounPossessive
contained in TargetPronounPossessive
is replaced earlier than TargetPronounPossessive
as a whole phrase. For example, SourceCharacter attaches DestinationCharacter steel cuffs behind TargetPronounPossessive back.
would results in SomeOne attaches AnotherOne's steel cuffs behind Targethis back.
ServerMessageOfferStartTrial
as well as those lover messages, there is no TargetPronoun
occurs, all TargetPronounXXX
should be PronounXXX
.DestinationCharacter
occurs in dictionary, there should be TargetPronounXXX
in substitution list, which is currently missing.