1
0
mirror of https://bitbucket.org/seefoe/src.git synced 2026-01-16 23:04:30 -05:00

fix for enabling the factory speed skill tape

This commit is contained in:
theswgsource
2018-05-07 04:24:42 -07:00
committed by seefo
parent 3a92649968
commit 60f88e81d5

View File

@@ -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