mirror of
				https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
				synced 2024-08-15 00:43:45 +00:00 
			
		
		
		
	Merge branch 'fixes' into 'master'
Finaly, fixes for cunnilingus and some more See merge request c0ffeeeeeeee/rimworld-animations!21
This commit is contained in:
		
						commit
						e6026227fb
					
				
					 2 changed files with 555 additions and 601 deletions
				
			
		
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							| 
						 | 
				
			
			@ -25,9 +25,7 @@ namespace Rimworld_Animations {
 | 
			
		|||
            participants =
 | 
			
		||||
                participants.OrderBy(p => 
 | 
			
		||||
                    p.jobs.curDriver is rjw.JobDriver_Sex
 | 
			
		||||
                    && !(p.jobs.curDriver as rjw.JobDriver_Sex).Sexprops.isRevese /*Gargulefix!!!*/
 | 
			
		||||
                    && !(p.jobs.curDriver as rjw.JobDriver_Sex).Sexprops.isReceiver)
 | 
			
		||||
                .OrderBy(p => rjw.xxx.can_fuck(p))
 | 
			
		||||
                    && !(p.jobs.curDriver as rjw.JobDriver_Sex).Sexprops.IsSubmissive()) //New Gargulefix. canFuck check is gone cuz it tends to break stuff
 | 
			
		||||
                .ToList();
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue