Further work on better exceptions.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -13,5 +13,5 @@ CreatureLib::Library::SpeciesVariant::GetTalentIndex(const ArbUt::StringView& ta
|
||||
return TalentIndex(true, i);
|
||||
}
|
||||
}
|
||||
throw CreatureException("The given talent is not a valid talent for this creature.");
|
||||
THROW_CREATURE("The given talent is not a valid talent for this creature.");
|
||||
}
|
||||
Reference in New Issue
Block a user