Fixes species transformations giving people the wrong accent (#10552)

What it says. Usually an issue with ghost roles.
This commit is contained in:
Alberyk
2020-11-15 13:09:11 +02:00
committed by GitHub
parent 2dc0716337
commit 2be06d1c65
2 changed files with 9 additions and 0 deletions
@@ -1475,6 +1475,9 @@
if(change_hair)
species.set_default_hair(src)
if(species.default_accent)
accent = species.default_accent
if(species)
return 1
else