Presently, when typeclasses.characters.Character.at_object_creation() is called, it selects a random color for the new character from a hard-coded list of colors.
What really needs to happen, is to employ the same method that the @color ansi command uses. (see evennia.commands.default.account.CmdColorTest.func())
Presently, when
typeclasses.characters.Character.at_object_creation()
is called, it selects a random color for the new character from a hard-coded list of colors.What really needs to happen, is to employ the same method that the
@color ansi
command uses. (seeevennia.commands.default.account.CmdColorTest.func()
)