mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fixes a few bugs related to religions. (#17098)
* Religion bugs * Actually let's do all of the possible bugs * No need for a typecheck * Fug * Even better
This commit is contained in:
@@ -4636,7 +4636,8 @@
|
||||
to_chat(usr, "<span class='warning'>Error: no deity or message selected.</span>")
|
||||
|
||||
for (var/datum/mind/M in R.adepts)
|
||||
to_chat(M.current, "You hear [deity]'s voice in your head... <i>[message]</i>")
|
||||
if (M.current)
|
||||
to_chat(M.current, "You hear [deity]'s voice in your head... <i>[message]</i>")
|
||||
|
||||
var/msg = "[key_name(usr)] sent message [message] to [R.name]'s adepts as [deity]"
|
||||
message_admins(msg)
|
||||
|
||||
Reference in New Issue
Block a user