mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
updated for rjw 4.2.6 + fixed potential bug with speed >1x
This commit is contained in:
parent
2f046a7977
commit
7f9ee0104e
6 changed files with 386 additions and 11 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue