Skip to content

Commit

Permalink
update dna tts seed on vv change
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Jul 9, 2024
1 parent 349c5d0 commit 92bd437
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modular_bandastation/tts/code/tts_component.dm
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@
if(!new_tts_seed)
return null
tts_seed = new_tts_seed
if(iscarbon(being_changed))
var/mob/living/carbon/carbon = being_changed
carbon.dna?.tts_seed_dna = tts_seed

/datum/component/tts_component/proc/get_random_tts_seed_by_gender()
var/atom/being_changed = parent
Expand Down

0 comments on commit 92bd437

Please sign in to comment.