updated for rjw 4.2.6 + fixed potential bug with speed >1x

This commit is contained in:
Platinum 2020-06-16 19:35:14 -07:00
parent 2f046a7977
commit 7f9ee0104e
6 changed files with 386 additions and 11 deletions

View file

@ -82,11 +82,11 @@ namespace Rimworld_Animations {
}
//TESTING ANIMATIONS ONLY REMEMBER TO COMMENT OUT BEFORE PUSH
/*
if (x.defName != "Doggystyle")
return false;
*/
if (x.defName != "Missionary")
return false;
if (x.actors[i].isFucking && !rjw.xxx.can_fuck(localParticipants[i])) {
Log.Message(x.defName.ToStringSafe() + " not selected -- " + localParticipants[i].def.defName.ToStringSafe() + " " + localParticipants[i].Name.ToStringSafe() + " can't fuck");