mirror of
				https://gitgud.io/c0ffeeeeeeee/rjw-events.git
				synced 2024-08-14 23:57:42 +00:00 
			
		
		
		
	chinese translation, credit to ameki
This commit is contained in:
		
							parent
							
								
									850dab8883
								
							
						
					
					
						commit
						142364ef51
					
				
					 9 changed files with 70 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -30,7 +30,14 @@ namespace RJW_Events
 | 
			
		|||
			this.FailOn(() => this.Partner.IsFighting());
 | 
			
		||||
			this.FailOn(() => this.pawn.Drafted);
 | 
			
		||||
			this.FailOn(() => this.Partner.Drafted);
 | 
			
		||||
			yield return Toils_Goto.GotoThing(this.iTarget, PathEndMode.ClosestTouch);
 | 
			
		||||
			var t = Toils_Goto.GotoThing(this.iTarget, PathEndMode.ClosestTouch);
 | 
			
		||||
			t.AddPreInitAction(() =>
 | 
			
		||||
            {
 | 
			
		||||
				Job newJob = JobMaker.MakeJob(JobDefOf.Wait);
 | 
			
		||||
				Partner.jobs.StartJob(newJob, JobCondition.InterruptForced);
 | 
			
		||||
            });
 | 
			
		||||
 | 
			
		||||
			yield return t;
 | 
			
		||||
			yield return new Toil
 | 
			
		||||
			{
 | 
			
		||||
				defaultCompleteMode = ToilCompleteMode.Delay,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue