Rotwood-Vale / Ratwood-Keep

GNU Affero General Public License v3.0
20 stars 215 forks source link

[REQUEST] HALF-KIN DO NOT HAVE WORKING ACCENTS, PLEASE CHANGE THIS #494

Open Trevorious opened 1 month ago

Trevorious commented 1 month ago

HALF-KIN DO NOT HAVE WORKING ACCENTS

Is your feature request related to a problem? Please describe.

Yes, as Half-kin you do not have the accent of your ancestry. But you do as a human which makes no sense.

I want to play a grenzelholf half-kin character with a Germanic accent, unfortunately I cannot without typing out the accent myself in my own speech which is really hard to do. It doesn't even make sense that they don't have the accent as their lore just says they are humans that got cursed/magically changed to have animal features. Realistically you'd still have to accent of your homeland.

Describe the solution you'd like

I'm sure you can copy the code for humans and implement it for Half-kin

I'd like to be fixed because I personally feel it is an oversight.

Describe alternatives you've considered

Additional context

EzekyalLegit commented 1 month ago

this is a duplicate bug

EzekyalLegit commented 1 month ago

this is the line thats missing from the end of demihuman.dm

/datum/species/demihuman/get_accent(mob/living/carbon/human/H) switch(H.skin_tone) if(SKIN_COLOR_GRENZELHOFT) //Grenzelhoft return strings("german_replacement.json", "german") if(SKIN_COLOR_HAMMERHOLD) //Hammerhold return strings("Anglish.json", "Anglish") return null