Update to latest CreatureLib
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:
@@ -34,7 +34,7 @@ float PkmnLib::Battling::StatCalculator::GetStatBoostModifier(const CreatureLib:
|
||||
case 4: return 6.0 / 2;
|
||||
case 5: return 7.0 / 2;
|
||||
case 6: return 8.0 / 2;
|
||||
default: throw CreatureException("Stat boost was out of expected range of -6 till 6.");
|
||||
default: throw ArbUt::Exception("Stat boost was out of expected range of -6 till 6.");
|
||||
}
|
||||
}
|
||||
CreatureLib::Library::StatisticSet<uint32_t>
|
||||
|
||||
Reference in New Issue
Block a user