datablock PlayerData(PlayerGhostArmor : PlayerStandardArmor)
{
	jetEmitter = "playerclearjetEmitter";
	
	minJetEnergy = 10;
	jetEnergyDrain = 0;
	canJet = 1;
	rechargeRate = 0;
	doColorShift= true;
	colorShiftColor= "1.000 1.000 1.000 0.500";
	uiName = "Ghost Player";
	showEnergyBar = false;
};Why doesn't the colorshift work?
EDIT: Also, did I do the transparency right?
Wrong section