From 5f03bb743f06857b5aec8d99bcbfaa3f20bdafe9 Mon Sep 17 00:00:00 2001 From: Eric Wald Date: Sat, 9 Jan 2016 16:47:06 -0700 Subject: [PATCH] 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. --- plugins/autogems.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/autogems.cpp b/plugins/autogems.cpp index dcce37c3c..099a0e570 100644 --- a/plugins/autogems.cpp +++ b/plugins/autogems.cpp @@ -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;