mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user