maurezen / AutoTrimps

Automation for the idle incremental game 'Trimps'
0 stars 0 forks source link

Equipment's isQuick needs improvement #71

Closed maurezen closed 4 years ago

maurezen commented 4 years ago

Precision could be much better if we took current zone time into account as well, e.g. for long farms.

var isQuick = (time!=0) && (time < MODULES["equipment"].quickMs) && (!isActiveSpireAT()) && (getZoneMinutes() < 2); sounds about right.