Skip to content

Commit

Permalink
mc resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
ReezeBL committed Nov 14, 2023
1 parent 1817867 commit ec23688
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/modules/surgery/organs/internal/tongue/_tongue.dm
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,15 @@
/obj/item/organ/internal/tongue/proc/handle_speech(datum/source, list/speech_args)
SIGNAL_HANDLER

<<<<<<< HEAD
if(speech_args[SPEECH_LANGUAGE] in languages_native)
return FALSE //no changes
// FF add, for auto-accent
if(HAS_TRAIT(source, TRAIT_NO_ACCENT))
return FALSE //accent disabled by user.
=======
if(speech_args[SPEECH_LANGUAGE] in languages_native) // Speaking a native language?
return FALSE // Don't modify speech
if(HAS_TRAIT(source, TRAIT_SIGN_LANG)) // No modifiers for signers - I hate this but I simply cannot get these to combine into one statement
return FALSE // Don't modify speech
>>>>>>> c0d618e65 ([MIRROR] Fixes species/tongue-based speech modification altering sign language [MDB IGNORE] (#24983))
modify_speech(source, speech_args)

/obj/item/organ/internal/tongue/proc/modify_speech(datum/source, list/speech_args)
Expand Down

0 comments on commit ec23688

Please sign in to comment.