protected void DecreaseSkill(CustomPawn pawn, SkillRecord record)
 {
     pawn.DecrementSkillLevel(record.def);
 }