package NoJetFix
{
function Armor::OnAdd(%data,%obj)
{
Parent::OnAdd(%data,%obj);
if(%data.canJet)
%obj.setDatablock(PlayerNoJet);
}
};
activatePackage(NoJetFix);
When someone changes their datablock that has jets, it would change to the no jet datablock.