diff --git a/data.c b/data.c index 4581f3d..67501b5 100644 --- a/data.c +++ b/data.c @@ -703,6 +703,7 @@ void initjobs(void) { // abilities addflag(lastjob->flags, F_HIRABLE, B_TRUE, NA, NA, NULL); + addjob(J_PIRATE, "Pirate", "Pirates roam the seven seas, their mug of ale in one hand, and... nothing much in the other, since all pirates (in deference to some kind of ancient tale) have had their left hand replaced with a sharp hook. Their lifestyle has made them very wealthy and given them an impressive ability to handle their alcohol. They even start with a pet hawk. On the other hand, they are missing an eye, and not very attractive."); // stats addflag(lastjob->flags, F_JOBATTRMOD, A_STR, 15, NA, NULL);