Dont set nickname to species internal name.
continuous-integration/drone/push Build is failing Details

Signed-off-by: Deukhoofd <Deukhoofd@gmail.com>
This commit is contained in:
Deukhoofd 2020-08-25 19:12:35 +02:00
parent 97c4856117
commit b096fb9533
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 0 additions and 3 deletions

View File

@ -24,9 +24,6 @@ namespace CreatureLib::Battling {
AssertNotNull(variant)
_activeTalent = std::unique_ptr<Script>(_library->LoadScript(ScriptCategory::Talent, GetActiveTalent()));
if (_nickname.empty()) {
_nickname = species->GetName().std_str();
}
for (auto t : _variant->GetTypes()) {
_types.insert(t);
}