Skip to content

Commit

Permalink
Make sign language unaffected by the Social Anxiety quirk's direct sp…
Browse files Browse the repository at this point in the history
…eech effects (tgstation#79809)
  • Loading branch information
Absolucy committed Jan 19, 2024
1 parent 0911a70 commit d811d82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/datums/quirks/negative_quirks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,8 @@

if(HAS_TRAIT(quirk_holder, TRAIT_FEARLESS))
return
if(HAS_TRAIT(source, TRAIT_SIGN_LANG)) // No modifiers for signers, so you're less anxious when you go non-verbal
return

var/moodmod
if(quirk_holder.mob_mood)
Expand Down

0 comments on commit d811d82

Please sign in to comment.