Skip to content

Commit

Permalink
Abductors using sign language now have typing indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Jun 7, 2024
1 parent 260920a commit 93cadcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/tgui_input/say_modal/typing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
if(!window_open || !client.typing_indicators)
return FALSE
/// Special exemptions
if(isabductor(client.mob))
if(isabductor(client.mob) && !HAS_TRAIT(client.mob, TRAIT_SIGN_LANG)) // monkestation edit: abductor signing
return FALSE
client.mob.thinking_IC = TRUE
client.mob.create_thinking_indicator()
Expand Down

0 comments on commit 93cadcc

Please sign in to comment.