Skip to content

Commit

Permalink
[MIRROR] Make sign language unaffected by the Social Anxiety quirk's …
Browse files Browse the repository at this point in the history
…direct speech effects [MDB IGNORE] (#737)

* Make sign language unaffected by the Social Anxiety quirk's direct speech effects (#79809)

---------

Co-authored-by: SkyratBot <[email protected]>
Co-authored-by: _0Steven <[email protected]>
  • Loading branch information
3 people authored Nov 20, 2023
1 parent 52b9d89 commit fbbb909
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/datums/quirks/negative_quirks/social_anxiety.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,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 fbbb909

Please sign in to comment.