fix for enabling the factory speed skill tape

This commit is contained in:
theswgsource
2018-07-08 18:54:17 +00:00
committed by DarthArgus
parent 35e9079eec
commit 9ab5cf59f7
@@ -518,7 +518,7 @@ float ManufactureInstallationObject::getTimePerObject() const
int skill = 0;
if (owner != nullptr)
{
skill = owner->getEnhancedModValue(FACTORY_SKILL_MOD);
skill = owner->getEnhancedModValueUncapped(FACTORY_SKILL_MOD);
// if the owner's skill doesn't match our saved value, change the
// saved value