mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
thread check
This commit is contained in:
parent
21de5442e9
commit
6ebd521519
5 changed files with 147 additions and 4 deletions
|
@ -78,10 +78,10 @@ namespace Rimworld_Animations {
|
|||
|
||||
//TESTING ANIMATIONS ONLY REMEMBER TO COMMENT OUT BEFORE PUSH
|
||||
/*
|
||||
if (x.defName != "Doggystyle")
|
||||
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