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

This commit is contained in:
Platinum 2020-06-16 19:37:30 -07:00
parent 7f9ee0104e
commit 993f730191
3 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!--
<Rimworld_Animations.AnimationDef>
<defName>Missionary</defName>
<label>missionary</label>
@ -10,7 +12,6 @@
</sexTypes>
<actors>
<li>
<!--each type cooresponds to an animation clip in each animationStage-->
<defNames>
<li>Human</li>
</defNames>
@ -370,4 +371,7 @@
</li>
</animationStages>
</Rimworld_Animations.AnimationDef>
</Defs>
-->
</Defs>

View File

@ -82,10 +82,10 @@ namespace Rimworld_Animations {
}
//TESTING ANIMATIONS ONLY REMEMBER TO COMMENT OUT BEFORE PUSH
/*
if (x.defName != "Missionary")
return false;
*/
if (x.actors[i].isFucking && !rjw.xxx.can_fuck(localParticipants[i])) {