From 87708abd4cb18804c2321cd07de35d6779c8d08b Mon Sep 17 00:00:00 2001 From: ThePainkiller Date: Thu, 15 Feb 2018 02:01:41 -0300 Subject: [PATCH] Fixed a typo on an eldritch god's pronunciation (#35611) Changed the text to get the Necronomicon. It's "Cthulhu" not "Cthulu", get it right! --- code/modules/jobs/job_types/civilian_chaplain.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"