mirror of
				https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
				synced 2024-08-15 00:43:45 +00:00 
			
		
		
		
	fixed potential bug with >1x speed + build for rjw 4.2.6
This commit is contained in:
		
							parent
							
								
									7f9ee0104e
								
							
						
					
					
						commit
						993f730191
					
				
					 3 changed files with 8 additions and 4 deletions
				
			
		
										
											Binary file not shown.
										
									
								
							| 
						 | 
				
			
			@ -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>
 | 
			
		||||
 | 
			
		||||
  
 | 
			
		||||
| 
						 | 
				
			
			@ -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])) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue