Skip to content

Commit

Permalink
[MIRROR] Paradox clones copy the voice. [MDB IGNORE] (#2859)
Browse files Browse the repository at this point in the history
* Paradox clones copy the voice. (#83729)

## About The Pull Request
I have no idea if this works because I didn't setup TTS to test, but
it's simple. Makes paradox clones use the victim's voice.
## Why It's Good For The Game
Closes #81450

Because it doesn't make sense for a clone to have a different voice.
## Changelog
:cl:
fix: Fixes paradox clones using a different voice from the owner.
/:cl:

* Paradox clones copy the voice.

---------

Co-authored-by: Pickle-Coding <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
  • Loading branch information
3 people authored and StealsThePRs committed Jun 6, 2024
1 parent a3ad1ff commit eaab67d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/mob/living/carbon/human/human_helpers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,8 @@
clone.fully_replace_character_name(null, dna.real_name)
copy_clothing_prefs(clone)
clone.age = age
clone.voice = voice
clone.pitch = pitch
dna.transfer_identity(clone, transfer_SE = TRUE, transfer_species = TRUE)

clone.dress_up_as_job(SSjob.GetJob(job))
Expand Down

0 comments on commit eaab67d

Please sign in to comment.