Adds Religious Sects and Basic Technophile Sect for Proof of Concept (#49434)

* このコミットの中が未来です

* Adds Rites

* 💻

* remove bible global

* last minute code changes 😏

* review brah

* waaa_fb

* 

Review stuff, Doc stuff, You can now coax a user to the platform for !!FUN!!

* Update code/modules/religion/religion_sects.dm

Co-authored-by: spookydonut <github@spooksoftware.com>
This commit is contained in:
moo
2020-03-06 11:11:52 +08:00
committed by GitHub
co-authored by spookydonut
parent 2f4e81b20f
commit 72b7a266b3
15 changed files with 442 additions and 29 deletions
@@ -287,7 +287,7 @@
msg += "</span>"
if(HAS_TRAIT(user, TRAIT_SPIRITUAL) && mind?.isholy)
if(HAS_TRAIT(user, TRAIT_SPIRITUAL) && mind?.holy_role)
msg += "[t_He] [t_has] a holy aura about [t_him].\n"
SEND_SIGNAL(user, COMSIG_ADD_MOOD_EVENT, "religious_comfort", /datum/mood_event/religiously_comforted)