//===========================================================================
//
//  Cvar ZDoom Wars
//
//===========================================================================

		Server NoArchive Int ZDW_DamageType = 1;
 
//===========================================================================
//
//  Cvar Duke
//
//===========================================================================

		Server Int AlienQueenLimit = 3;
 
		Server Int CycloidEmperorLimit = 3;
		
		Server Int OverlordLimit = 4;
 
		Server Int BattlelordLimit = 4;
 
		Server Int AlienQueenCooldownTime = 300;
 
		Server Int CycloidEmperorCooldownTime = 300;

		Server Int OverlordCooldownTime = 180;
 
		Server Int BattlelordCooldownTime = 180;
		
		User Bool KX_ShowIndicators = TRUE;
		
		User int KX_SignalSound = 0;
