Skip to content

Commit

Permalink
Аттооптимизация (TauCetiStation#10196)
Browse files Browse the repository at this point in the history
  • Loading branch information
KIBORG04 authored Oct 10, 2022
1 parent 98982e1 commit 0a41dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/religion/religion.dm
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@

/datum/religion/proc/send_message_to_members(message, name, font_size = 6)
var/format_name = name ? "[name]: " : ""
for(var/mob/M in global.mob_list)
for(var/mob/M in global.player_list)
if(is_member(M) || isobserver(M))
to_chat(M, "<span class='[style_text]'><font size='[font_size]'>[format_name][message]</font></span>")

Expand Down

0 comments on commit 0a41dbf

Please sign in to comment.