From cbcd68317da71ac5a3e6bf0d157046e9f1b9f166 Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Tue, 24 Jan 2023 19:28:17 -0600 Subject: [PATCH] tailor: increased check frequency do bookkeepers work faster now? could be --- plugins/tailor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tailor.cpp b/plugins/tailor.cpp index 64c976424..2cca8a2c8 100644 --- a/plugins/tailor.cpp +++ b/plugins/tailor.cpp @@ -582,7 +582,7 @@ public: static std::unique_ptr tailor_instance; -#define DELTA_TICKS 600 +#define DELTA_TICKS 50 DFhackCExport command_result plugin_onupdate(color_ostream& out) {