mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
saving offset data fix
This commit is contained in:
parent
f22f5ac33e
commit
9786a82542
8 changed files with 63 additions and 33 deletions
|
@ -80,8 +80,8 @@ namespace Rimworld_Animations {
|
|||
/*
|
||||
if (x.defName != "Doggystyle")
|
||||
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