Fix a handful of bugs introduced in VOREStation/VOREStation#17515 (#17669)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
ShadowLarkens
2025-05-05 22:28:57 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent 367db531ac
commit f0444ef8d8
3 changed files with 28 additions and 4 deletions
@@ -767,11 +767,11 @@
data["digitigrade"] = owner.digitigrade
data["blood_reagent"] = owner.dna.blood_reagents
data["blood_color"] = owner.dna.blood_color
//data["species_sound"] = owner.species.species_sounds //TODO: RAISE UP FROM CHOMP
data["species_sound"] = owner.species.species_sounds //TODO: RAISE UP FROM CHOMP
// Are these needed? It seems to be only used if above is unset??
//data["species_sounds_gendered"] = owner.species.gender_specific_species_sounds
//data["species_sounds_female"] = owner.species.species_sounds_female
//data["species_sounds_male"] = owner.species.species_sounds_male
data["species_sounds_gendered"] = owner.species.gender_specific_species_sounds
data["species_sounds_female"] = owner.species.species_sounds_female
data["species_sounds_male"] = owner.species.species_sounds_male
// flavor
if(!owner.flavor_texts.len)
owner.flavor_texts["general"] = ""