TF2: Add TFCond_ImmuneToPushback condition (#2023)
(cherry picked from commit 531b053096)
			
			
This commit is contained in:
		
							parent
							
								
									38fc001a1d
								
							
						
					
					
						commit
						a5ff53f00f
					
				@ -208,7 +208,8 @@ enum TFCond
 | 
				
			|||||||
	TFCond_LostFooting, //126: Less ground friction
 | 
						TFCond_LostFooting, //126: Less ground friction
 | 
				
			||||||
	TFCond_AirCurrent, //127: Reduced air control and friction
 | 
						TFCond_AirCurrent, //127: Reduced air control and friction
 | 
				
			||||||
	TFCond_HalloweenHellHeal, // 128: Used when a player gets teleported to hell
 | 
						TFCond_HalloweenHellHeal, // 128: Used when a player gets teleported to hell
 | 
				
			||||||
	TFCond_PowerupModeDominant // 129: Reduces effects of certain powerups
 | 
						TFCond_PowerupModeDominant, // 129: Reduces effects of certain powerups
 | 
				
			||||||
 | 
						TFCond_ImmuneToPushback // 130: Player is immune to pushback effects
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const float TFCondDuration_Infinite = -1.0;
 | 
					const float TFCondDuration_Infinite = -1.0;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user