Update to latest Arbutils, use new integer defines
This commit is contained in:
@@ -25,7 +25,7 @@ SpeciesLibrary* TestLibrary::BuildSpeciesLibrary(const TalentLibrary* talentLibr
|
||||
l->Insert("testSpecies1"_cnc.GetHash(),
|
||||
new CreatureSpecies(
|
||||
0, "testSpecies1"_cnc,
|
||||
new SpeciesVariant("default"_cnc, 1, 1, 10, {0, 1}, StatisticSet<uint16_t>(10, 10, 10, 10, 10, 10),
|
||||
new SpeciesVariant("default"_cnc, 1, 1, 10, {0, 1}, StatisticSet<u16>(10, 10, 10, 10, 10, 10),
|
||||
{talentLibrary->Get("testTalent"_cnc)},
|
||||
{talentLibrary->Get("testSecretTalent"_cnc)}, new LearnableAttacks(100)),
|
||||
0.5f, "testGrowthRate"_cnc, 5));
|
||||
|
||||
Reference in New Issue
Block a user