mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user