Skip to content

Commit

Permalink
Ghost runechat now shows to anyone who can both see and hear ghosts
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Jan 18, 2025
1 parent 64a9a69 commit 804577f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/mob_say.dm
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
for(var/mob/M in GLOB.player_list)
if(M == src)
continue
if(!isdead(M))
if(SSticker.current_state != GAME_STATE_FINISHED && (M.see_invisible < invisibility || (!isdead(M) && !HAS_TRAIT(M, TRAIT_SIXTHSENSE))))
continue
if (M.client?.prefs.read_preference(/datum/preference/toggle/enable_runechat))
M.create_chat_message(src, /datum/language/common, message)
Expand Down

0 comments on commit 804577f

Please sign in to comment.