# Defines names for all the jobs MAFIA = "Mafia" GHOST = "Ghost" MEDIC = "Medic" NECRO = "Necromancer" PRIEST = "Priest" TOWNIE = "Townsperson" # They're not jobs, but it was convenient to define them here. SLEEP = "Sleep" NOBODY = "nobody" # List of useful jobs ALL_JOBS = [MAFIA, GHOST, MEDIC, NECRO, PRIEST]