diff --git a/code/modules/jobs/job_types/civilian_chaplain.dm b/code/modules/jobs/job_types/civilian_chaplain.dm index d6f07df931..6b119c19d7 100644 --- a/code/modules/jobs/job_types/civilian_chaplain.dm +++ b/code/modules/jobs/job_types/civilian_chaplain.dm @@ -52,7 +52,7 @@ Chaplain B.name = pick("The Holy Bible","The Dead Sea Scrolls") if("satanism") B.name = "The Unholy Bible" - if("cthulu") + if("cthulhu") B.name = "The Necronomicon" if("islam") B.name = "Quran"