better giver/reciever handling

This commit is contained in:
c0ffeeeeeeee 2020-08-26 16:19:08 -07:00
parent 664cf7fdf8
commit c872e33a65
2 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ namespace Rimworld_Animations {
if(sexProps != null) {
if(x.actors[i].initiator && localParticipants[i] == sexProps.Reciever) {
if((x.actors[i].initiator && localParticipants[i] == sexProps.Reciever) || (!x.actors[i].initiator && localParticipants[i] == sexProps.Giver)) {
initiatorsAlignWithSexType = false;
}