mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 08:29:57 +01:00
Fixes species transformations giving people the wrong accent (#10552)
What it says. Usually an issue with ghost roles.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user