From 3da320f2c93d023ede142d2a987c409c42cb23f4 Mon Sep 17 00:00:00 2001 From: RaveRadbury <3204033+RaveRadbury@users.noreply.github.com> Date: Fri, 19 Apr 2019 09:23:28 -0700 Subject: [PATCH] Added The Tenets of Servicia to religions (#43653) * Added The Tenets of Servicia to religions A fun religion for the Service department to gimmick together. * Changed the description to espouse the tenets That way they won't forget what's really important in life. * How could I forget Space Dionysus? --- code/modules/jobs/job_types/chaplain.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/jobs/job_types/chaplain.dm b/code/modules/jobs/job_types/chaplain.dm index 0d9a3e574be..fbbf7a215d4 100644 --- a/code/modules/jobs/job_types/chaplain.dm +++ b/code/modules/jobs/job_types/chaplain.dm @@ -54,6 +54,9 @@ B.name = pick("The Holy Bible","The Dead Sea Scrolls") if("buddhism") B.name = "The Sutras" + if("space dionysus","space bacchus, partying, servicia,") + B.name = "The Tenets of Servicia" + B.desc = "Happy, Full, Clean. Live it and give it." if("clownism","honkmother","honk","honkism","comedy") B.name = pick("The Holy Joke Book", "Just a Prank", "Hymns to the Honkmother") if("chaos")