[MIRROR] More redspace modifier tweaks (#12131)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-12-18 06:05:26 -05:00
committed by GitHub
co-authored by Cameron Lennox
parent 765fcd057f
commit 8fd4fe2285
13 changed files with 592 additions and 19 deletions
+2
View File
@@ -36,6 +36,8 @@
if(channel == "Whis" || channel == "Subtle" || channel == "whisper" || channel == "subtle")
if(!prefs?.read_preference(/datum/preference/toggle/show_typing_indicator_subtle))
return FALSE
if(mob.status_flags & FAKEDEATH)
return FALSE
ADD_TRAIT(mob, TRAIT_THINKING_IN_CHARACTER, CURRENTLY_TYPING_TRAIT)
mob.create_thinking_indicator()