mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
better giver/reciever handling
This commit is contained in:
parent
664cf7fdf8
commit
c872e33a65
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue