From 23fb241630e304af16053c76bf9725a96ee2284a Mon Sep 17 00:00:00 2001 From: lm40 Date: Tue, 30 Jun 2020 17:38:04 -0400 Subject: [PATCH] Update civilian_vr.dm --- code/game/jobs/job/civilian_vr.dm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/code/game/jobs/job/civilian_vr.dm b/code/game/jobs/job/civilian_vr.dm index 433935e55b4..dae1ffbfcef 100644 --- a/code/game/jobs/job/civilian_vr.dm +++ b/code/game/jobs/job/civilian_vr.dm @@ -39,13 +39,17 @@ /datum/job/librarian total_positions = 2 spawn_positions = 2 - alt_titles = list("Journalist" = /datum/alt_title/journalist, "Writer" = /datum/alt_title/writer, "Historian" = /datum/alt_title/historian) + alt_titles = list("Journalist" = /datum/alt_title/journalist, "Writer" = /datum/alt_title/writer, "Historian" = /datum/alt_title/historian, "Professor" = /datum/alt_title/professor) pto_type = PTO_CIVILIAN /datum/alt_title/historian title = "Historian" title_blurb = "The Historian uses the Library as a base of operation to record any important events occuring on station." +/datum/alt_title/professor + title = "Professor" + title_blurb = "The Professor uses the Library as a base of operations to share their vast knowledge with the crew." + /datum/job/lawyer disallow_jobhop = TRUE pto_type = PTO_CIVILIAN