mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	Merge branch 'hyu-is-not-damage' into 'master'
Use non-damaging hitlag for Hyudoro collide (Fixes #322) Closes #322 See merge request KartKrew/Kart!751
This commit is contained in:
		
						commit
						4a3369d51a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -406,7 +406,7 @@ hyudoro_patrol_hit_player
 | 
			
		|||
	if (!player->itemamount)
 | 
			
		||||
		return false;
 | 
			
		||||
 | 
			
		||||
	K_AddHitLag(toucher, TICRATE/2, true);
 | 
			
		||||
	K_AddHitLag(toucher, TICRATE/2, false);
 | 
			
		||||
 | 
			
		||||
	hyudoro_mode(hyu) = HYU_RETURN;
 | 
			
		||||
	hyudoro_itemtype(hyu) = player->itemtype;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue