More redspace modifier tweaks (#18903)

* More redspace tweaks

Makes more tweaks to the redspace modifiers meant for horror areas.

* Update horror.dm

* Update voicebox.dm

* Update voicebox.dm

* yoink ghosts instead

* Update horror.dm

* Update horror.dm

* Update horror.dm

* THE POWER OF

* Update horror.dm

* Update horror.dm

* names
This commit is contained in:
Cameron Lennox
2025-12-18 05:44:54 -05:00
committed by GitHub
parent 938a186459
commit 7bba33fd2b
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()