Increasing autogems checks to once per day.

A legendary gem cutter couldn't quite clear a full suite of jobs before the next check, but it was a close call sometimes.
develop
Eric Wald 2016-01-09 16:47:06 -07:00
parent 7c9002c4ea
commit 5f03bb743f
1 changed files with 1 additions and 1 deletions

@ -20,7 +20,7 @@
#include "df/viewscreen_dwarfmodest.h"
#define CONFIG_KEY "autogems/config"
#define DELTA_TICKS 1800
#define DELTA_TICKS 1200
#define MAX_WORKSHOP_JOBS 10
using namespace DFHack;