mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] Fix a handful of bugs introduced in VOREStation/VOREStation#17515 (#10838)
Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a1c0552df7
commit
a855d6b9ff
@@ -767,13 +767,11 @@
|
||||
data["digitigrade"] = owner.digitigrade
|
||||
data["blood_reagent"] = owner.dna.blood_reagents
|
||||
data["blood_color"] = owner.dna.blood_color
|
||||
// CHOMPEnable Start
|
||||
data["species_sound"] = owner.species.species_sounds //TODO: RAISE UP FROM CHOMP
|
||||
// CHOMPEnable End
|
||||
// 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"] = ""
|
||||
|
||||
Reference in New Issue
Block a user